#356960

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

Shades of Eden #356960

Tints of Eden #356960

Color information

#356960 (or 0x356960) is unknown color: approx Eden. HEX triplet: 35, 69 and 60. RGB value is (53,105,96). Sum of RGB (Red+Green+Blue) = 53+105+96=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 105 - color contains mainly: green. Hex color #356960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356960 is #CA969F. Grayscale: #585858. Windows color (decimal): -13276832 or 6318389. OLE color: 6318389.

HSL color Cylindrical-coordinate representation of color #356960: hue angle of 169.62º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356960 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB5310596-
CMYK0.5000.090.59
HSL169.62º32.91%30.98%-
HSV(B)169.62º49.52%41.18%-
XYZ8.6311.712.87-
YUV88.43132.27102.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.87%
GREEN value IS 105 (41.41% from 255) = 41.34%
BLUE value IS 96 (37.89% from 255) = 37.80%
R=20.87%
G=41.34%
B=37.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53105960.5000.090.59169.6232.9130.98
Hex35696032093Baa211f
Octal6515114062011732524137
Binary11010111010011100000110010010011110111010101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356960; }

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

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

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

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

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

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

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

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