#36825C

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

Shades of Amazon #36825C

Tints of Amazon #36825C

Color information

#36825C (or 0x36825C) is unknown color: approx Amazon. HEX triplet: 36, 82 and 5C. RGB value is (54,130,92). Sum of RGB (Red+Green+Blue) = 54+130+92=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #36825C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36825C is #C97DA3. Grayscale: #676767. Windows color (decimal): -13204900 or 6062646. OLE color: 6062646.

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

Color convert

RGB5413092-
CMYK0.5800.290.49
HSL150º41.3%36.08%-
HSV(B)150º58.46%50.98%-
XYZ11.4417.5212.9-
YUV102.94121.8293.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.57%
GREEN value IS 130 (51.17% from 255) = 47.10%
BLUE value IS 92 (36.33% from 255) = 33.33%
R=19.57%
G=47.10%
B=33.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54130920.5800.290.4915041.336.08
Hex36825C3A01D31962924
Octal6620213472035612265144
Binary11011010000010101110011101001110111000110010110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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