#36824C

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

Shades of Amazon #36824C

Tints of Amazon #36824C

Color information

#36824C (or 0x36824C) is unknown color: approx Amazon. HEX triplet: 36, 82 and 4C. RGB value is (54,130,76). Sum of RGB (Red+Green+Blue) = 54+130+76=260 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.77% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #36824C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36824C is #C97DB3. Grayscale: #656565. Windows color (decimal): -13204916 or 5014070. OLE color: 5014070.

HSL color Cylindrical-coordinate representation of color #36824C: hue angle of 137.37º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #36824C is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB5413076-
CMYK0.5800.420.49
HSL137.37º41.3%36.08%-
HSV(B)137.37º58.46%50.98%-
XYZ10.8117.279.6-
YUV101.12113.8294.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.77%
GREEN value IS 130 (51.17% from 255) = 50%
BLUE value IS 76 (30.08% from 255) = 29.23%
R=20.77%
G=50%
B=29.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54130760.5800.420.49137.3741.336.08
Hex36824C3A02A31892924
Octal6620211472052612115144
Binary110110100000101001100111010010101011000110001001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36824C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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