#358744

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

Shades of Amazon #358744

Tints of Amazon #358744

Color information

#358744 (or 0x358744) is unknown color: approx Amazon. HEX triplet: 35, 87 and 44. RGB value is (53,135,68). Sum of RGB (Red+Green+Blue) = 53+135+68=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 135 (53.12% from 255 or 52.73% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 135 - color contains mainly: green. Hex color #358744 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358744 is #CA78BB. Grayscale: #676767. Windows color (decimal): -13269180 or 4491061. OLE color: 4491061.

HSL color Cylindrical-coordinate representation of color #358744: hue angle of 130.98º 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 #358744 is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB5313568-
CMYK0.6100.500.47
HSL130.98º43.62%36.86%-
HSV(B)130.98º60.74%52.94%-
XYZ11.1818.58.45-
YUV102.84108.3392.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.70%
GREEN value IS 135 (53.12% from 255) = 52.73%
BLUE value IS 68 (26.95% from 255) = 26.56%
R=20.70%
G=52.73%
B=26.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53135680.6100.500.47130.9843.6236.86
Hex3587443D0322F832c25
Octal6520710475062572035445
Binary110101100001111000100111101011001010111110000011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358744; }

 p { color: rgb(53,135,68); }

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

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

 a { background-color: rgb(53,135,68); }

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

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

 span { border-color: rgb(53,135,68); }

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