#236052

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

Shades of Eden #236052

Tints of Eden #236052

Color information

#236052 (or 0x236052) is unknown color: approx Eden. HEX triplet: 23, 60 and 52. RGB value is (35,96,82). Sum of RGB (Red+Green+Blue) = 35+96+82=213 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.43% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 96 - color contains mainly: green. Hex color #236052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236052 is #DC9FAD. Grayscale: #4C4C4C. Windows color (decimal): -14458798 or 5398563. OLE color: 5398563.

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

Color convert

RGB359682-
CMYK0.6400.150.62
HSL166.23º46.56%25.69%-
HSV(B)166.23º63.54%37.65%-
XYZ6.49.339.45-
YUV76.16131.2998.64-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.43%
GREEN value IS 96 (37.89% from 255) = 45.07%
BLUE value IS 82 (32.42% from 255) = 38.50%
R=16.43%
G=45.07%
B=38.50%

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
Decimal3596820.6400.150.62166.2346.5625.69
Hex236052400F3Ea62f1a
Octal43140122100017762465732
Binary100011110000010100101000000011111111101010011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236052; }

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

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

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

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

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

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

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

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