Html Css Color HEX #36724C Amazon

📋 copy color: '#36724C'

red 54 ◦ green 114 ◦ blue 76

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

Shades of Amazon #36724C

Tints of Amazon #36724C

RGB

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

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

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

R = 22.13%
G = 46.72%
B = 31.15%

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

#36724C (or 0x36724C) is known color: Amazon. HEX triplet: 36, 72 and 4C. RGB value is (54,114,76). Sum of RGB (Red+Green+Blue) = 54+114+76=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 114 - color contains mainly: green. Hex color #36724C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36724C is #C98DB3. Grayscale: #5B5B5B. Windows color (decimal): -13209012 or 5009974. OLE color: 5009974.

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

Color convert

RGB 54 114 76 -
CMYK 0.53 0 0.33 0.55
HSL 142º 0.36% 0.33% -
HSV(B) 142º 0.53% 0.45% -
XYZ 8.84 13.34 8.95 -
YUV 91.73 119.12 101.09 -
System Red Green Blue C M Y K H S L
Decimal 54 114 76 0.53 0 0.33 0.55 142 0.36 0.33
Hex 36 72 4C 35 0 21 37 8E 24 21
Octal 66 162 114 65 0 41 67 216 44 41
Binary 110110 1110010 1001100 110101 0 100001 110111 10001110 100100 100001

Color Harmonies of #36724C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36724C

Black with #36724C

Text Example


Text Example

White with #36724C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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