#35815F

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

Shades of Amazon #35815F

Tints of Amazon #35815F

Color information

#35815F (or 0x35815F) is unknown color: approx Amazon. HEX triplet: 35, 81 and 5F. RGB value is (53,129,95). Sum of RGB (Red+Green+Blue) = 53+129+95=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #35815F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35815F is #CA7EA0. Grayscale: #666666. Windows color (decimal): -13270689 or 6258997. OLE color: 6258997.

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

Color convert

RGB5312995-
CMYK0.5900.260.49
HSL153.16º41.76%35.69%-
HSV(B)153.16º58.91%50.59%-
XYZ11.3817.2813.56-
YUV102.4123.8292.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.13%
GREEN value IS 129 (50.78% from 255) = 46.57%
BLUE value IS 95 (37.5% from 255) = 34.30%
R=19.13%
G=46.57%
B=34.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53129950.5900.260.49153.1641.7635.69
Hex35815F3B01A31992a24
Octal6520113773032612315244
Binary11010110000001101111111101101101011000110011001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35815F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35815F; }

 p { color: rgb(53,129,95); }

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

<style>
 a { background-color: #35815F; }

 a { background-color: rgb(53,129,95); }

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

<style>
 span { border-color: #35815F; }

 span { border-color: rgb(53,129,95); }

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