#236055

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

Shades of Eden #236055

Tints of Eden #236055

Color information

#236055 (or 0x236055) is unknown color: approx Eden. HEX triplet: 23, 60 and 55. RGB value is (35,96,85). Sum of RGB (Red+Green+Blue) = 35+96+85=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 96 - color contains mainly: green. Hex color #236055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236055 is #DC9FAA. Grayscale: #4C4C4C. Windows color (decimal): -14458795 or 5595171. OLE color: 5595171.

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

Color convert

RGB359685-
CMYK0.6400.110.62
HSL169.18º46.56%25.69%-
HSV(B)169.18º63.54%37.65%-
XYZ6.529.3810.06-
YUV76.51132.7998.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.20%
GREEN value IS 96 (37.89% from 255) = 44.44%
BLUE value IS 85 (33.59% from 255) = 39.35%
R=16.20%
G=44.44%
B=39.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3596850.6400.110.62169.1846.5625.69
Hex236055400B3Ea92f1a
Octal43140125100013762515732
Binary100011110000010101011000000010111111101010100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236055; }

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

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

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

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

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

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

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

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