#235D54

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

Shades of Eden #235D54

Tints of Eden #235D54

Color information

#235D54 (or 0x235D54) is unknown color: approx Eden. HEX triplet: 23, 5D and 54. RGB value is (35,93,84). Sum of RGB (Red+Green+Blue) = 35+93+84=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 93 - color contains mainly: green. Hex color #235D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235D54 is #DCA2AB. Grayscale: #4A4A4A. Windows color (decimal): -14459564 or 5528867. OLE color: 5528867.

HSL color Cylindrical-coordinate representation of color #235D54: hue angle of 170.69º 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 #235D54 is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB359384-
CMYK0.6200.100.64
HSL170.69º45.31%25.1%-
HSV(B)170.69º62.37%36.47%-
XYZ6.218.839.76-
YUV74.63133.2899.73-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.51%
GREEN value IS 93 (36.72% from 255) = 43.87%
BLUE value IS 84 (33.20% from 255) = 39.62%
R=16.51%
G=43.87%
B=39.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3593840.6200.100.64170.6945.3125.1
Hex235D543E0A40ab2d19
Octal43135124760121002535531
Binary100011101110110101001111100101010000001010101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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