#356059

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

Shades of Eden #356059

Tints of Eden #356059

Color information

#356059 (or 0x356059) is unknown color: approx Eden. HEX triplet: 35, 60 and 59. RGB value is (53,96,89). Sum of RGB (Red+Green+Blue) = 53+96+89=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 96 - color contains mainly: green. Hex color #356059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356059 is #CA9FA6. Grayscale: #525252. Windows color (decimal): -13279143 or 5857333. OLE color: 5857333.

HSL color Cylindrical-coordinate representation of color #356059: hue angle of 170.23º 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 #356059 is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB539689-
CMYK0.4500.070.62
HSL170.23º28.86%29.22%-
HSV(B)170.23º44.79%37.65%-
XYZ7.459.8410.96-
YUV82.34131.75107.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.27%
GREEN value IS 96 (37.89% from 255) = 40.34%
BLUE value IS 89 (35.16% from 255) = 37.39%
R=22.27%
G=40.34%
B=37.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5396890.4500.070.62170.2328.8629.22
Hex3560592D073Eaa1d1d
Octal651401315507762523535
Binary110101110000010110011011010111111110101010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356059; }

 p { color: rgb(53,96,89); }

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

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

 a { background-color: rgb(53,96,89); }

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

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

 span { border-color: rgb(53,96,89); }

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