#235F59

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

Shades of Eden #235F59

Tints of Eden #235F59

Color information

#235F59 (or 0x235F59) is unknown color: approx Eden. HEX triplet: 23, 5F and 59. RGB value is (35,95,89). Sum of RGB (Red+Green+Blue) = 35+95+89=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 95 (37.5% from 255 or 43.38% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 95 - color contains mainly: green. Hex color #235F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235F59 is #DCA0A6. Grayscale: #4C4C4C. Windows color (decimal): -14459047 or 5857059. OLE color: 5857059.

HSL color Cylindrical-coordinate representation of color #235F59: hue angle of 174º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #235F59 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.

Color convert

RGB359589-
CMYK0.6300.060.63
HSL174º46.15%25.49%-
HSV(B)174º63.16%37.25%-
XYZ6.599.2610.89-
YUV76.38135.1298.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.98%
GREEN value IS 95 (37.5% from 255) = 43.38%
BLUE value IS 89 (35.16% from 255) = 40.64%
R=15.98%
G=43.38%
B=40.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3595890.6300.060.6317446.1525.49
Hex235F593F063Fae2e19
Octal431371317706772565631
Binary1000111011111101100111111101101111111010111010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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