#36844E

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

Shades of Amazon #36844E

Tints of Amazon #36844E

Color information

#36844E (or 0x36844E) is unknown color: approx Amazon. HEX triplet: 36, 84 and 4E. RGB value is (54,132,78). Sum of RGB (Red+Green+Blue) = 54+132+78=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 132 (51.95% from 255 or 50% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 132 - color contains mainly: green. Hex color #36844E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36844E is #C97BB1. Grayscale: #666666. Windows color (decimal): -13204402 or 5145654. OLE color: 5145654.

HSL color Cylindrical-coordinate representation of color #36844E: hue angle of 138.46º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #36844E is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB5413278-
CMYK0.5900.410.48
HSL138.46º41.94%36.47%-
HSV(B)138.46º59.09%51.76%-
XYZ11.1517.8410.06-
YUV102.52114.1693.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.45%
GREEN value IS 132 (51.95% from 255) = 50%
BLUE value IS 78 (30.86% from 255) = 29.55%
R=20.45%
G=50%
B=29.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54132780.5900.410.48138.4641.9436.47
Hex36844E3B029308a2a24
Octal6620411673051602125244
Binary110110100001001001110111011010100111000010001010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36844E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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