#235D59

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

Shades of Eden #235D59

Tints of Eden #235D59

Color information

#235D59 (or 0x235D59) is unknown color: approx Eden. HEX triplet: 23, 5D and 59. RGB value is (35,93,89). Sum of RGB (Red+Green+Blue) = 35+93+89=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 93 (36.72% from 255 or 42.86% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 93 - color contains mainly: green. Hex color #235D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235D59 is #DCA2A6. Grayscale: #4B4B4B. Windows color (decimal): -14459559 or 5856547. OLE color: 5856547.

HSL color Cylindrical-coordinate representation of color #235D59: hue angle of 175.86º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #235D59 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB359389-
CMYK0.6200.040.64
HSL175.86º45.31%25.1%-
HSV(B)175.86º62.37%36.47%-
XYZ6.418.9110.83-
YUV75.2135.7899.33-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.13%
GREEN value IS 93 (36.72% from 255) = 42.86%
BLUE value IS 89 (35.16% from 255) = 41.01%
R=16.13%
G=42.86%
B=41.01%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3593890.6200.040.64175.8645.3125.1
Hex235D593E0440b02d19
Octal4313513176041002605531
Binary10001110111011011001111110010010000001011000010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235D59; }

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

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

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

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

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

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

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

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