#235C52

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

Shades of Eden #235C52

Tints of Eden #235C52

Color information

#235C52 (or 0x235C52) is unknown color: approx Eden. HEX triplet: 23, 5C and 52. RGB value is (35,92,82). Sum of RGB (Red+Green+Blue) = 35+92+82=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 92 (36.33% from 255 or 44.02% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 92 - color contains mainly: green. Hex color #235C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235C52 is #DCA3AD. Grayscale: #494949. Windows color (decimal): -14459822 or 5397539. OLE color: 5397539.

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

Color convert

RGB359282-
CMYK0.6200.110.64
HSL169.47º44.88%24.9%-
HSV(B)169.47º61.96%36.08%-
XYZ6.048.629.33-
YUV73.82132.62100.31-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.75%
GREEN value IS 92 (36.33% from 255) = 44.02%
BLUE value IS 82 (32.42% from 255) = 39.23%
R=16.75%
G=44.02%
B=39.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3592820.6200.110.64169.4744.8824.9
Hex235C523E0B40a92d19
Octal43134122760131002515531
Binary100011101110010100101111100101110000001010100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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