Html Css Color HEX #36755C Amazon

📋 copy color: '#36755C'

red 54 ◦ green 117 ◦ blue 92

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

Shades of Amazon #36755C

Tints of Amazon #36755C

RGB

 RED value IS 54 (21.48% from 255) = 20.53%

 GREEN value IS 117 (46.09% from 255) = 44.49%

 BLUE value IS 92 (36.33% from 255) = 34.98%

R = 20.53%
G = 44.49%
B = 34.98%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#36755C (or 0x36755C) is known color: Amazon. HEX triplet: 36, 75 and 5C. RGB value is (54,117,92). Sum of RGB (Red+Green+Blue) = 54+117+92=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 117 - color contains mainly: green. Hex color #36755C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36755C is #C98AA3. Grayscale: #5F5F5F. Windows color (decimal): -13208228 or 6059318. OLE color: 6059318.

HSL color Cylindrical-coordinate representation of color #36755C: hue angle of 156.19º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #36755C is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 117 92 -
CMYK 0.54 0 0.21 0.54
HSL 156.19º 0.37% 0.34% -
HSV(B) 156.19º 0.54% 0.46% -
XYZ 9.81 14.28 12.36 -
YUV 95.31 126.13 98.53 -
System Red Green Blue C M Y K H S L
Decimal 54 117 92 0.54 0 0.21 0.54 156.19 0.37 0.34
Hex 36 75 5C 36 0 15 36 9C 25 22
Octal 66 165 134 66 0 25 66 234 45 42
Binary 110110 1110101 1011100 110110 0 10101 110110 10011100 100101 100010

Color Harmonies of #36755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36755C

Black with #36755C

Text Example


Text Example

White with #36755C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36755C; }

 p { color: rgb(54,117,92); }

 H1.HeaderClassName
 {
   color: #36755C;
 }
 .AnyTagClassName
 {
   color: #36755C;
 }
</style>

background-color css

<style>
 a { background-color: #36755C; }

 a { background-color: rgb(54,117,92); }

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

border-color css

<style>
 span { border-color: #36755C; }

 span { border-color: rgb(54,117,92); }

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