Html Css Color HEX #36704D Amazon

📋 copy color: '#36704D'

red 54 ◦ green 112 ◦ blue 77

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

Shades of Amazon #36704D

Tints of Amazon #36704D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 31.69%

R = 22.22%
G = 46.09%
B = 31.69%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#36704D (or 0x36704D) is known color: Amazon. HEX triplet: 36, 70 and 4D. RGB value is (54,112,77). Sum of RGB (Red+Green+Blue) = 54+112+77=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #36704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36704D is #C98FB2. Grayscale: #5A5A5A. Windows color (decimal): -13209523 or 5074998. OLE color: 5074998.

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

Color convert

RGB 54 112 77 -
CMYK 0.52 0 0.31 0.56
HSL 143.79º 0.35% 0.33% -
HSV(B) 143.79º 0.52% 0.44% -
XYZ 8.66 12.91 9.06 -
YUV 90.67 120.28 101.85 -
System Red Green Blue C M Y K H S L
Decimal 54 112 77 0.52 0 0.31 0.56 143.79 0.35 0.33
Hex 36 70 4D 34 0 1F 38 90 23 21
Octal 66 160 115 64 0 37 70 220 43 41
Binary 110110 1110000 1001101 110100 0 11111 111000 10010000 100011 100001

Color Harmonies of #36704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36704D

Black with #36704D

Text Example


Text Example

White with #36704D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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