Html Css Color HEX #36744D Amazon

📋 copy color: '#36744D'

red 54 ◦ green 116 ◦ blue 77

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

Shades of Amazon #36744D

Tints of Amazon #36744D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.96%

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

R = 21.86%
G = 46.96%
B = 31.17%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#36744D (or 0x36744D) is known color: Amazon. HEX triplet: 36, 74 and 4D. RGB value is (54,116,77). Sum of RGB (Red+Green+Blue) = 54+116+77=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 116 - color contains mainly: green. Hex color #36744D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36744D is #C98BB2. Grayscale: #5D5D5D. Windows color (decimal): -13208499 or 5076022. OLE color: 5076022.

HSL color Cylindrical-coordinate representation of color #36744D: hue angle of 142.26º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #36744D is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 116 77 -
CMYK 0.53 0 0.34 0.55
HSL 142.26º 0.36% 0.33% -
HSV(B) 142.26º 0.53% 0.45% -
XYZ 9.11 13.81 9.21 -
YUV 93.02 118.96 100.17 -
System Red Green Blue C M Y K H S L
Decimal 54 116 77 0.53 0 0.34 0.55 142.26 0.36 0.33
Hex 36 74 4D 35 0 22 37 8E 24 21
Octal 66 164 115 65 0 42 67 216 44 41
Binary 110110 1110100 1001101 110101 0 100010 110111 10001110 100100 100001

Color Harmonies of #36744D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36744D

Black with #36744D

Text Example


Text Example

White with #36744D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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