#236A55

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

Shades of Eden #236A55

Tints of Eden #236A55

Color information

#236A55 (or 0x236A55) is unknown color: approx Eden. HEX triplet: 23, 6A and 55. RGB value is (35,106,85). Sum of RGB (Red+Green+Blue) = 35+106+85=226 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.49% from 226); Green value is 106 (41.80% from 255 or 46.90% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 106 - color contains mainly: green. Hex color #236A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236A55 is #DC95AA. Grayscale: #525252. Windows color (decimal): -14456235 or 5597731. OLE color: 5597731.

HSL color Cylindrical-coordinate representation of color #236A55: hue angle of 162.25º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #236A55 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB3510685-
CMYK0.6700.200.58
HSL162.25º50.35%27.65%-
HSV(B)162.25º66.98%41.57%-
XYZ7.4911.3210.38-
YUV82.38129.4894.21-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.49%
GREEN value IS 106 (41.80% from 255) = 46.90%
BLUE value IS 85 (33.59% from 255) = 37.61%
R=15.49%
G=46.90%
B=37.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35106850.6700.200.58162.2550.3527.65
Hex236A55430143Aa2321c
Octal43152125103024722426234
Binary1000111101010101010110000110101001110101010001011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236A55; }

 p { color: rgb(35,106,85); }

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

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

 a { background-color: rgb(35,106,85); }

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

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

 span { border-color: rgb(35,106,85); }

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