#356158

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

Shades of Eden #356158

Tints of Eden #356158

Color information

#356158 (or 0x356158) is unknown color: approx Eden. HEX triplet: 35, 61 and 58. RGB value is (53,97,88). Sum of RGB (Red+Green+Blue) = 53+97+88=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 97 - color contains mainly: green. Hex color #356158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356158 is #CA9EA7. Grayscale: #525252. Windows color (decimal): -13278888 or 5792053. OLE color: 5792053.

HSL color Cylindrical-coordinate representation of color #356158: hue angle of 167.73º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #356158 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB539788-
CMYK0.4500.090.62
HSL167.73º29.33%29.41%-
HSV(B)167.73º45.36%38.04%-
XYZ7.510.0110.77-
YUV82.82130.92106.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.27%
GREEN value IS 97 (38.28% from 255) = 40.76%
BLUE value IS 88 (34.77% from 255) = 36.97%
R=22.27%
G=40.76%
B=36.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5397880.4500.090.62167.7329.3329.41
Hex3561582D093Ea81d1d
Octal6514113055011762503535
Binary1101011100001101100010110101001111110101010001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356158; }

 p { color: rgb(53,97,88); }

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

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

 a { background-color: rgb(53,97,88); }

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

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

 span { border-color: rgb(53,97,88); }

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