#36714A

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

Shades of Amazon #36714A

Tints of Amazon #36714A

Color information

#36714A (or 0x36714A) is unknown color: approx Amazon. HEX triplet: 36, 71 and 4A. RGB value is (54,113,74). Sum of RGB (Red+Green+Blue) = 54+113+74=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #36714A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36714A is #C98EB5. Grayscale: #5B5B5B. Windows color (decimal): -13209270 or 4878646. OLE color: 4878646.

HSL color Cylindrical-coordinate representation of color #36714A: hue angle of 140.34º 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 #36714A is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB5411374-
CMYK0.5200.350.56
HSL140.34º35.33%32.75%-
HSV(B)140.34º52.21%44.31%-
XYZ8.6613.098.55-
YUV90.91118.45101.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.41%
GREEN value IS 113 (44.53% from 255) = 46.89%
BLUE value IS 74 (29.30% from 255) = 30.71%
R=22.41%
G=46.89%
B=30.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54113740.5200.350.56140.3435.3332.75
Hex36714A34023388c2321
Octal6616111264043702144341
Binary11011011100011001010110100010001111100010001100100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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