#235F52

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

Shades of Eden #235F52

Tints of Eden #235F52

Color information

#235F52 (or 0x235F52) is unknown color: approx Eden. HEX triplet: 23, 5F and 52. RGB value is (35,95,82). Sum of RGB (Red+Green+Blue) = 35+95+82=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 95 (37.5% from 255 or 44.81% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 95 - color contains mainly: green. Hex color #235F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235F52 is #DCA0AD. Grayscale: #4B4B4B. Windows color (decimal): -14459054 or 5398307. OLE color: 5398307.

HSL color Cylindrical-coordinate representation of color #235F52: hue angle of 167º 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 #235F52 is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB359582-
CMYK0.6300.140.63
HSL167º46.15%25.49%-
HSV(B)167º63.16%37.25%-
XYZ6.319.159.42-
YUV75.58131.6299.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.51%
GREEN value IS 95 (37.5% from 255) = 44.81%
BLUE value IS 82 (32.42% from 255) = 38.68%
R=16.51%
G=44.81%
B=38.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3595820.6300.140.6316746.1525.49
Hex235F523F0E3Fa72e19
Octal4313712277016772475631
Binary10001110111111010010111111011101111111010011110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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