Html Css Color HEX #36744E Amazon

📋 copy color: '#36744E'

red 54 ◦ green 116 ◦ blue 78

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

Shades of Amazon #36744E

Tints of Amazon #36744E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 31.45%

R = 21.77%
G = 46.77%
B = 31.45%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#36744E (or 0x36744E) is known color: Amazon. HEX triplet: 36, 74 and 4E. RGB value is (54,116,78). Sum of RGB (Red+Green+Blue) = 54+116+78=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 116 - color contains mainly: green. Hex color #36744E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36744E is #C98BB1. Grayscale: #5D5D5D. Windows color (decimal): -13208498 or 5141558. OLE color: 5141558.

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

Color convert

RGB 54 116 78 -
CMYK 0.53 0 0.33 0.55
HSL 143.23º 0.36% 0.33% -
HSV(B) 143.23º 0.53% 0.45% -
XYZ 9.14 13.83 9.39 -
YUV 93.13 119.46 100.09 -
System Red Green Blue C M Y K H S L
Decimal 54 116 78 0.53 0 0.33 0.55 143.23 0.36 0.33
Hex 36 74 4E 35 0 21 37 8F 24 21
Octal 66 164 116 65 0 41 67 217 44 41
Binary 110110 1110100 1001110 110101 0 100001 110111 10001111 100100 100001

Color Harmonies of #36744E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36744E

Black with #36744E

Text Example


Text Example

White with #36744E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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