#36824B

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

Shades of Amazon #36824B

Tints of Amazon #36824B

Color information

#36824B (or 0x36824B) is unknown color: approx Amazon. HEX triplet: 36, 82 and 4B. RGB value is (54,130,75). Sum of RGB (Red+Green+Blue) = 54+130+75=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #36824B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36824B is #C97DB4. Grayscale: #656565. Windows color (decimal): -13204917 or 4948534. OLE color: 4948534.

HSL color Cylindrical-coordinate representation of color #36824B: hue angle of 136.58º 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 #36824B is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB5413075-
CMYK0.5800.420.49
HSL136.58º41.3%36.08%-
HSV(B)136.58º58.46%50.98%-
XYZ10.7717.269.42-
YUV101.01113.3294.47-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.85%
GREEN value IS 130 (51.17% from 255) = 50.19%
BLUE value IS 75 (29.69% from 255) = 28.96%
R=20.85%
G=50.19%
B=28.96%

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
Decimal54130750.5800.420.49136.5841.336.08
Hex36824B3A02A31892924
Octal6620211372052612115144
Binary110110100000101001011111010010101011000110001001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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