#358848

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

Shades of Amazon #358848

Tints of Amazon #358848

Color information

#358848 (or 0x358848) is unknown color: approx Amazon. HEX triplet: 35, 88 and 48. RGB value is (53,136,72). Sum of RGB (Red+Green+Blue) = 53+136+72=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 136 (53.52% from 255 or 52.11% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 136 - color contains mainly: green. Hex color #358848 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358848 is #CA77B7. Grayscale: #686868. Windows color (decimal): -13268920 or 4753461. OLE color: 4753461.

HSL color Cylindrical-coordinate representation of color #358848: hue angle of 133.73º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358848 is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB5313672-
CMYK0.6100.470.47
HSL133.73º43.92%37.06%-
HSV(B)133.73º61.03%53.33%-
XYZ11.4418.839.16-
YUV103.8911091.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.31%
GREEN value IS 136 (53.52% from 255) = 52.11%
BLUE value IS 72 (28.52% from 255) = 27.59%
R=20.31%
G=52.11%
B=27.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53136720.6100.470.47133.7343.9237.06
Hex3588483D02F2F862c25
Octal6521011075057572065445
Binary110101100010001001000111101010111110111110000110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358848; }

 p { color: rgb(53,136,72); }

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

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

 a { background-color: rgb(53,136,72); }

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

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

 span { border-color: rgb(53,136,72); }

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