Html Css Color HEX #36704F Amazon

📋 copy color: '#36704F'

red 54 ◦ green 112 ◦ blue 79

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

Shades of Amazon #36704F

Tints of Amazon #36704F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.24%

R = 22.04%
G = 45.71%
B = 32.24%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#36704F (or 0x36704F) is known color: Amazon. HEX triplet: 36, 70 and 4F. RGB value is (54,112,79). Sum of RGB (Red+Green+Blue) = 54+112+79=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #36704F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36704F is #C98FB0. Grayscale: #5A5A5A. Windows color (decimal): -13209521 or 5206070. OLE color: 5206070.

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

Color convert

RGB 54 112 79 -
CMYK 0.52 0 0.29 0.56
HSL 145.86º 0.35% 0.33% -
HSV(B) 145.86º 0.52% 0.44% -
XYZ 8.73 12.94 9.43 -
YUV 90.9 121.28 101.68 -
System Red Green Blue C M Y K H S L
Decimal 54 112 79 0.52 0 0.29 0.56 145.86 0.35 0.33
Hex 36 70 4F 34 0 1D 38 92 23 21
Octal 66 160 117 64 0 35 70 222 43 41
Binary 110110 1110000 1001111 110100 0 11101 111000 10010010 100011 100001

Color Harmonies of #36704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36704F

Black with #36704F

Text Example


Text Example

White with #36704F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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