Html Css Color HEX #36744C Amazon

📋 copy color: '#36744C'

red 54 ◦ green 116 ◦ blue 76

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

Shades of Amazon #36744C

Tints of Amazon #36744C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.89%

R = 21.95%
G = 47.15%
B = 30.89%

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

#36744C (or 0x36744C) is known color: Amazon. HEX triplet: 36, 74 and 4C. RGB value is (54,116,76). Sum of RGB (Red+Green+Blue) = 54+116+76=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 116 - color contains mainly: green. Hex color #36744C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36744C is #C98BB3. Grayscale: #5D5D5D. Windows color (decimal): -13208500 or 5010486. OLE color: 5010486.

HSL color Cylindrical-coordinate representation of color #36744C: hue angle of 141.29º 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 #36744C is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 116 76 -
CMYK 0.53 0 0.34 0.55
HSL 141.29º 0.36% 0.33% -
HSV(B) 141.29º 0.53% 0.45% -
XYZ 9.07 13.8 9.02 -
YUV 92.9 118.46 100.25 -
System Red Green Blue C M Y K H S L
Decimal 54 116 76 0.53 0 0.34 0.55 141.29 0.36 0.33
Hex 36 74 4C 35 0 22 37 8D 24 21
Octal 66 164 114 65 0 42 67 215 44 41
Binary 110110 1110100 1001100 110101 0 100010 110111 10001101 100100 100001

Color Harmonies of #36744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36744C

Black with #36744C

Text Example


Text Example

White with #36744C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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