Html Css Color HEX #36724D Amazon

📋 copy color: '#36724D'

red 54 ◦ green 114 ◦ blue 77

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

Shades of Amazon #36724D

Tints of Amazon #36724D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.53%

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

R = 22.04%
G = 46.53%
B = 31.43%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#36724D (or 0x36724D) is known color: Amazon. HEX triplet: 36, 72 and 4D. RGB value is (54,114,77). Sum of RGB (Red+Green+Blue) = 54+114+77=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #36724D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36724D is #C98DB2. Grayscale: #5B5B5B. Windows color (decimal): -13209011 or 5075510. OLE color: 5075510.

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

Color convert

RGB 54 114 77 -
CMYK 0.53 0 0.32 0.55
HSL 143º 0.36% 0.33% -
HSV(B) 143º 0.53% 0.45% -
XYZ 8.88 13.35 9.13 -
YUV 91.84 119.62 101.01 -
System Red Green Blue C M Y K H S L
Decimal 54 114 77 0.53 0 0.32 0.55 143 0.36 0.33
Hex 36 72 4D 35 0 20 37 8F 24 21
Octal 66 162 115 65 0 40 67 217 44 41
Binary 110110 1110010 1001101 110101 0 100000 110111 10001111 100100 100001

Color Harmonies of #36724D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36724D

Black with #36724D

Text Example


Text Example

White with #36724D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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