Html Css Color HEX #36755A Amazon

📋 copy color: '#36755A'

red 54 ◦ green 117 ◦ blue 90

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

Shades of Amazon #36755A

Tints of Amazon #36755A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.48%

R = 20.69%
G = 44.83%
B = 34.48%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#36755A (or 0x36755A) is known color: Amazon. HEX triplet: 36, 75 and 5A. RGB value is (54,117,90). Sum of RGB (Red+Green+Blue) = 54+117+90=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 117 - color contains mainly: green. Hex color #36755A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36755A is #C98AA5. Grayscale: #5F5F5F. Windows color (decimal): -13208230 or 5928246. OLE color: 5928246.

HSL color Cylindrical-coordinate representation of color #36755A: hue angle of 154.29º 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 #36755A is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 117 90 -
CMYK 0.54 0 0.23 0.54
HSL 154.29º 0.37% 0.34% -
HSV(B) 154.29º 0.54% 0.46% -
XYZ 9.73 14.25 11.91 -
YUV 95.09 125.13 98.7 -
System Red Green Blue C M Y K H S L
Decimal 54 117 90 0.54 0 0.23 0.54 154.29 0.37 0.34
Hex 36 75 5A 36 0 17 36 9A 25 22
Octal 66 165 132 66 0 27 66 232 45 42
Binary 110110 1110101 1011010 110110 0 10111 110110 10011010 100101 100010

Color Harmonies of #36755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36755A

Black with #36755A

Text Example


Text Example

White with #36755A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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