Html Css Color HEX #36704A Amazon

📋 copy color: '#36704A'

red 54 ◦ green 112 ◦ blue 74

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

Shades of Amazon #36704A

Tints of Amazon #36704A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.83%

R = 22.5%
G = 46.67%
B = 30.83%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#36704A (or 0x36704A) is known color: Amazon. HEX triplet: 36, 70 and 4A. RGB value is (54,112,74). Sum of RGB (Red+Green+Blue) = 54+112+74=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #36704A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36704A is #C98FB5. Grayscale: #5A5A5A. Windows color (decimal): -13209526 or 4878390. OLE color: 4878390.

HSL color Cylindrical-coordinate representation of color #36704A: hue angle of 140.69º 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 #36704A is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 112 74 -
CMYK 0.52 0 0.34 0.56
HSL 140.69º 0.35% 0.33% -
HSV(B) 140.69º 0.52% 0.44% -
XYZ 8.55 12.87 8.51 -
YUV 90.33 118.78 102.09 -
System Red Green Blue C M Y K H S L
Decimal 54 112 74 0.52 0 0.34 0.56 140.69 0.35 0.33
Hex 36 70 4A 34 0 22 38 8D 23 21
Octal 66 160 112 64 0 42 70 215 43 41
Binary 110110 1110000 1001010 110100 0 100010 111000 10001101 100011 100001

Color Harmonies of #36704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36704A

Black with #36704A

Text Example


Text Example

White with #36704A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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