#236A5C

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

Shades of Eden #236A5C

Tints of Eden #236A5C

Color information

#236A5C (or 0x236A5C) is unknown color: approx Eden. HEX triplet: 23, 6A and 5C. RGB value is (35,106,92). Sum of RGB (Red+Green+Blue) = 35+106+92=233 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.02% from 233); Green value is 106 (41.80% from 255 or 45.49% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 106 - color contains mainly: green. Hex color #236A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236A5C is #DC95A3. Grayscale: #535353. Windows color (decimal): -14456228 or 6056483. OLE color: 6056483.

HSL color Cylindrical-coordinate representation of color #236A5C: hue angle of 168.17º 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 #236A5C is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB3510692-
CMYK0.6700.130.58
HSL168.17º50.35%27.65%-
HSV(B)168.17º66.98%41.57%-
XYZ7.7811.4411.92-
YUV83.18132.9893.64-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.02%
GREEN value IS 106 (41.80% from 255) = 45.49%
BLUE value IS 92 (36.33% from 255) = 39.48%
R=15.02%
G=45.49%
B=39.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35106920.6700.130.58168.1750.3527.65
Hex236A5C430D3Aa8321c
Octal43152134103015722506234
Binary100011110101010111001000011011011110101010100011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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