#236252

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

Shades of Eden #236252

Tints of Eden #236252

Color information

#236252 (or 0x236252) is unknown color: approx Eden. HEX triplet: 23, 62 and 52. RGB value is (35,98,82). Sum of RGB (Red+Green+Blue) = 35+98+82=215 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.28% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 98 - color contains mainly: green. Hex color #236252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236252 is #DC9DAD. Grayscale: #4D4D4D. Windows color (decimal): -14458286 or 5399075. OLE color: 5399075.

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

Color convert

RGB359882-
CMYK0.6400.160.62
HSL164.76º47.37%26.08%-
HSV(B)164.76º64.29%38.43%-
XYZ6.589.79.51-
YUV77.34130.6397.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.28%
GREEN value IS 98 (38.67% from 255) = 45.58%
BLUE value IS 82 (32.42% from 255) = 38.14%
R=16.28%
G=45.58%
B=38.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3598820.6400.160.62164.7647.3726.08
Hex236252400103Ea52f1a
Octal43142122100020762455732
Binary1000111100010101001010000000100001111101010010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236252; }

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

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

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

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

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

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

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

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