#235950

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

Shades of Eden #235950

Tints of Eden #235950

Color information

#235950 (or 0x235950) is unknown color: approx Eden. HEX triplet: 23, 59 and 50. RGB value is (35,89,80). Sum of RGB (Red+Green+Blue) = 35+89+80=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 89 (35.16% from 255 or 43.63% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 89 - color contains mainly: green. Hex color #235950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235950 is #DCA6AF. Grayscale: #474747. Windows color (decimal): -14460592 or 5265699. OLE color: 5265699.

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

Color convert

RGB358980-
CMYK0.6100.100.65
HSL170º43.55%24.31%-
HSV(B)170º60.67%34.9%-
XYZ5.718.088.85-
YUV71.83132.61101.73-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.16%
GREEN value IS 89 (35.16% from 255) = 43.63%
BLUE value IS 80 (31.64% from 255) = 39.22%
R=17.16%
G=43.63%
B=39.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3589800.6100.100.6517043.5524.31
Hex2359503D0A41aa2c18
Octal43131120750121012525430
Binary100011101100110100001111010101010000011010101010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235950; }

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

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

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

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

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

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

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

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