#36825A

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

Shades of Amazon #36825A

Tints of Amazon #36825A

Color information

#36825A (or 0x36825A) is unknown color: approx Amazon. HEX triplet: 36, 82 and 5A. RGB value is (54,130,90). Sum of RGB (Red+Green+Blue) = 54+130+90=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #36825A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36825A is #C97DA5. Grayscale: #666666. Windows color (decimal): -13204902 or 5931574. OLE color: 5931574.

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

Color convert

RGB5413090-
CMYK0.5800.310.49
HSL148.42º41.3%36.08%-
HSV(B)148.42º58.46%50.98%-
XYZ11.3517.4912.45-
YUV102.72120.8293.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.71%
GREEN value IS 130 (51.17% from 255) = 47.45%
BLUE value IS 90 (35.55% from 255) = 32.85%
R=19.71%
G=47.45%
B=32.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54130900.5800.310.49148.4241.336.08
Hex36825A3A01F31942924
Octal6620213272037612245144
Binary11011010000010101101011101001111111000110010100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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