Html Css Color HEX #36704B Amazon

📋 copy color: '#36704B'

red 54 ◦ green 112 ◦ blue 75

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

Shades of Amazon #36704B

Tints of Amazon #36704B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 31.12%

R = 22.41%
G = 46.47%
B = 31.12%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#36704B (or 0x36704B) is known color: Amazon. HEX triplet: 36, 70 and 4B. RGB value is (54,112,75). Sum of RGB (Red+Green+Blue) = 54+112+75=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #36704B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36704B is #C98FB4. Grayscale: #5A5A5A. Windows color (decimal): -13209525 or 4943926. OLE color: 4943926.

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

Color convert

RGB 54 112 75 -
CMYK 0.52 0 0.33 0.56
HSL 141.72º 0.35% 0.33% -
HSV(B) 141.72º 0.52% 0.44% -
XYZ 8.59 12.88 8.69 -
YUV 90.44 119.28 102.01 -
System Red Green Blue C M Y K H S L
Decimal 54 112 75 0.52 0 0.33 0.56 141.72 0.35 0.33
Hex 36 70 4B 34 0 21 38 8E 23 21
Octal 66 160 113 64 0 41 70 216 43 41
Binary 110110 1110000 1001011 110100 0 100001 111000 10001110 100011 100001

Color Harmonies of #36704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36704B

Black with #36704B

Text Example


Text Example

White with #36704B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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