#36724E

Color #36724E Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #36724E

Tints of Amazon #36724E

Color information

#36724E (or 0x36724E) is unknown color: approx Amazon. HEX triplet: 36, 72 and 4E. RGB value is (54,114,78). Sum of RGB (Red+Green+Blue) = 54+114+78=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 114 - color contains mainly: green. Hex color #36724E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36724E is #C98DB1. Grayscale: #5C5C5C. Windows color (decimal): -13209010 or 5141046. OLE color: 5141046.

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

Color convert

RGB5411478-
CMYK0.5300.320.55
HSL144º35.71%32.94%-
HSV(B)144º52.63%44.71%-
XYZ8.9113.379.32-
YUV91.96120.12100.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.95%
GREEN value IS 114 (44.92% from 255) = 46.34%
BLUE value IS 78 (30.86% from 255) = 31.71%
R=21.95%
G=46.34%
B=31.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54114780.5300.320.5514435.7132.94
Hex36724E3502037902421
Octal6616211665040672204441
Binary11011011100101001110110101010000011011110010000100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36724E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #36724E;
 }
 .AnyTagClassName
 {
   color: #36724E;
 }
</style>
background-color css

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

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

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

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

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

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