#36844C

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

Shades of Amazon #36844C

Tints of Amazon #36844C

Color information

#36844C (or 0x36844C) is unknown color: approx Amazon. HEX triplet: 36, 84 and 4C. RGB value is (54,132,76). Sum of RGB (Red+Green+Blue) = 54+132+76=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 132 (51.95% from 255 or 50.38% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 132 - color contains mainly: green. Hex color #36844C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36844C is #C97BB3. Grayscale: #666666. Windows color (decimal): -13204404 or 5014582. OLE color: 5014582.

HSL color Cylindrical-coordinate representation of color #36844C: hue angle of 136.92º 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 #36844C is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB5413276-
CMYK0.5900.420.48
HSL136.92º41.94%36.47%-
HSV(B)136.92º59.09%51.76%-
XYZ11.0817.819.69-
YUV102.29113.1693.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.61%
GREEN value IS 132 (51.95% from 255) = 50.38%
BLUE value IS 76 (30.08% from 255) = 29.01%
R=20.61%
G=50.38%
B=29.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54132760.5900.420.48136.9241.9436.47
Hex36844C3B02A30892a24
Octal6620411473052602115244
Binary110110100001001001100111011010101011000010001001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36844C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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