#235952

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

Shades of Eden #235952

Tints of Eden #235952

Color information

#235952 (or 0x235952) is unknown color: approx Eden. HEX triplet: 23, 59 and 52. RGB value is (35,89,82). Sum of RGB (Red+Green+Blue) = 35+89+82=206 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.99% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 89 - color contains mainly: green. Hex color #235952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235952 is #DCA6AD. Grayscale: #484848. Windows color (decimal): -14460590 or 5396771. OLE color: 5396771.

HSL color Cylindrical-coordinate representation of color #235952: hue angle of 172.22º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #235952 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB358982-
CMYK0.6100.080.65
HSL172.22º43.55%24.31%-
HSV(B)172.22º60.67%34.9%-
XYZ5.798.119.24-
YUV72.06133.61101.57-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.99%
GREEN value IS 89 (35.16% from 255) = 43.20%
BLUE value IS 82 (32.42% from 255) = 39.81%
R=16.99%
G=43.20%
B=39.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3589820.6100.080.65172.2243.5524.31
Hex2359523D0841ac2c18
Octal43131122750101012545430
Binary100011101100110100101111010100010000011010110010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235952; }

 p { color: rgb(35,89,82); }

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

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

 a { background-color: rgb(35,89,82); }

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

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

 span { border-color: rgb(35,89,82); }

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