#236152

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

Shades of Eden #236152

Tints of Eden #236152

Color information

#236152 (or 0x236152) is unknown color: approx Eden. HEX triplet: 23, 61 and 52. RGB value is (35,97,82). Sum of RGB (Red+Green+Blue) = 35+97+82=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 97 - color contains mainly: green. Hex color #236152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236152 is #DC9EAD. Grayscale: #4C4C4C. Windows color (decimal): -14458542 or 5398819. OLE color: 5398819.

HSL color Cylindrical-coordinate representation of color #236152: hue angle of 165.48º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #236152 is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB359782-
CMYK0.6400.150.62
HSL165.48º46.97%25.88%-
HSV(B)165.48º63.92%38.04%-
XYZ6.499.529.48-
YUV76.75130.9698.22-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.36%
GREEN value IS 97 (38.28% from 255) = 45.33%
BLUE value IS 82 (32.42% from 255) = 38.32%
R=16.36%
G=45.33%
B=38.32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3597820.6400.150.62165.4846.9725.88
Hex236152400F3Ea52f1a
Octal43141122100017762455732
Binary100011110000110100101000000011111111101010010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236152; }

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

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

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

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

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

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

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

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