Html Css Color HEX #36704E Amazon

📋 copy color: '#36704E'

red 54 ◦ green 112 ◦ blue 78

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

Shades of Amazon #36704E

Tints of Amazon #36704E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.9%

 BLUE value IS 78 (30.86% from 255) = 31.97%

R = 22.13%
G = 45.9%
B = 31.97%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#36704E (or 0x36704E) is known color: Amazon. HEX triplet: 36, 70 and 4E. RGB value is (54,112,78). Sum of RGB (Red+Green+Blue) = 54+112+78=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 112 - color contains mainly: green. Hex color #36704E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36704E is #C98FB1. Grayscale: #5A5A5A. Windows color (decimal): -13209522 or 5140534. OLE color: 5140534.

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

Color convert

RGB 54 112 78 -
CMYK 0.52 0 0.30 0.56
HSL 144.83º 0.35% 0.33% -
HSV(B) 144.83º 0.52% 0.44% -
XYZ 8.69 12.92 9.24 -
YUV 90.78 120.78 101.76 -
System Red Green Blue C M Y K H S L
Decimal 54 112 78 0.52 0 0.30 0.56 144.83 0.35 0.33
Hex 36 70 4E 34 0 1E 38 91 23 21
Octal 66 160 116 64 0 36 70 221 43 41
Binary 110110 1110000 1001110 110100 0 11110 111000 10010001 100011 100001

Color Harmonies of #36704E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36704E

Black with #36704E

Text Example


Text Example

White with #36704E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36704E; }

 p { color: rgb(54,112,78); }

 H1.HeaderClassName
 {
   color: #36704E;
 }
 .AnyTagClassName
 {
   color: #36704E;
 }
</style>

background-color css

<style>
 a { background-color: #36704E; }

 a { background-color: rgb(54,112,78); }

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

border-color css

<style>
 span { border-color: #36704E; }

 span { border-color: rgb(54,112,78); }

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