#36714E

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

Shades of Amazon #36714E

Tints of Amazon #36714E

Color information

#36714E (or 0x36714E) is unknown color: approx Amazon. HEX triplet: 36, 71 and 4E. RGB value is (54,113,78). Sum of RGB (Red+Green+Blue) = 54+113+78=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #36714E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36714E is #C98EB1. Grayscale: #5B5B5B. Windows color (decimal): -13209266 or 5140790. OLE color: 5140790.

HSL color Cylindrical-coordinate representation of color #36714E: hue angle of 144.41º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #36714E is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB5411378-
CMYK0.5200.310.56
HSL144.41º35.33%32.75%-
HSV(B)144.41º52.21%44.31%-
XYZ8.813.149.28-
YUV91.37120.45101.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.04%
GREEN value IS 113 (44.53% from 255) = 46.12%
BLUE value IS 78 (30.86% from 255) = 31.84%
R=22.04%
G=46.12%
B=31.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54113780.5200.310.56144.4135.3332.75
Hex36714E3401F38902321
Octal6616111664037702204341
Binary1101101110001100111011010001111111100010010000100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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