#225855

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

Shades of Eden #225855

Tints of Eden #225855

Color information

#225855 (or 0x225855) is unknown color: approx Eden. HEX triplet: 22, 58 and 55. RGB value is (34,88,85). Sum of RGB (Red+Green+Blue) = 34+88+85=207 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.43% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 88 - color contains mainly: green. Hex color #225855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225855 is #DDA7AA. Grayscale: #474747. Windows color (decimal): -14526379 or 5593122. OLE color: 5593122.

HSL color Cylindrical-coordinate representation of color #225855: hue angle of 176.67º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #225855 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB348885-
CMYK0.6100.030.65
HSL176.67º44.26%23.92%-
HSV(B)176.67º61.36%34.51%-
XYZ5.797.989.83-
YUV71.51135.61101.24-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.43%
GREEN value IS 88 (34.77% from 255) = 42.51%
BLUE value IS 85 (33.59% from 255) = 41.06%
R=16.43%
G=42.51%
B=41.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3488850.6100.030.65176.6744.2623.92
Hex2258553D0341b12c18
Octal4213012575031012615430
Binary1000101011000101010111110101110000011011000110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225855; }

 p { color: rgb(34,88,85); }

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

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

 a { background-color: rgb(34,88,85); }

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

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

 span { border-color: rgb(34,88,85); }

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