Html Css Color HEX #356F51 Amazon

📋 copy color: '#356F51'

red 53 ◦ green 111 ◦ blue 81

#356F51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #356F51

Tints of Amazon #356F51

RGB

 RED value IS 53 (21.09% from 255) = 21.63%

 GREEN value IS 111 (43.75% from 255) = 45.31%

 BLUE value IS 81 (32.03% from 255) = 33.06%

R = 21.63%
G = 45.31%
B = 33.06%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#356F51 (or 0x356F51) is known color: Amazon. HEX triplet: 35, 6F and 51. RGB value is (53,111,81). Sum of RGB (Red+Green+Blue) = 53+111+81=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 111 - color contains mainly: green. Hex color #356F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356F51 is #CA90AE. Grayscale: #5A5A5A. Windows color (decimal): -13275311 or 5336885. OLE color: 5336885.

HSL color Cylindrical-coordinate representation of color #356F51: hue angle of 148.97º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #356F51 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 111 81 -
CMYK 0.52 0 0.27 0.56
HSL 148.97º 0.35% 0.32% -
HSV(B) 148.97º 0.52% 0.44% -
XYZ 8.64 12.72 9.78 -
YUV 90.24 122.78 101.44 -
System Red Green Blue C M Y K H S L
Decimal 53 111 81 0.52 0 0.27 0.56 148.97 0.35 0.32
Hex 35 6F 51 34 0 1B 38 95 23 20
Octal 65 157 121 64 0 33 70 225 43 40
Binary 110101 1101111 1010001 110100 0 11011 111000 10010101 100011 100000

Color Harmonies of #356F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356F51

Black with #356F51

Text Example


Text Example

White with #356F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356F51; }

 p { color: rgb(53,111,81); }

 H1.HeaderClassName
 {
   color: #356F51;
 }
 .AnyTagClassName
 {
   color: #356F51;
 }
</style>

background-color css

<style>
 a { background-color: #356F51; }

 a { background-color: rgb(53,111,81); }

 div.DivClassName
 {
   background-color: #356F51;
 }
 .BgClassName
 {
   background-color: #356F51;
 }
</style>

border-color css

<style>
 span { border-color: #356F51; }

 span { border-color: rgb(53,111,81); }

 td.TdClassName
 {
   border-color: #356F51;
 }
 .TagClassName
 {
   border-color: #356F51;
 }
</style>