#225950

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

Shades of Eden #225950

Tints of Eden #225950

Color information

#225950 (or 0x225950) is unknown color: approx Eden. HEX triplet: 22, 59 and 50. RGB value is (34,89,80). Sum of RGB (Red+Green+Blue) = 34+89+80=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 89 (35.16% from 255 or 43.84% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 89 - color contains mainly: green. Hex color #225950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225950 is #DDA6AF. Grayscale: #474747. Windows color (decimal): -14526128 or 5265698. OLE color: 5265698.

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

Color convert

RGB348980-
CMYK0.6200.100.65
HSL170.18º44.72%24.12%-
HSV(B)170.18º61.8%34.9%-
XYZ5.688.068.85-
YUV71.53132.78101.23-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.75%
GREEN value IS 89 (35.16% from 255) = 43.84%
BLUE value IS 80 (31.64% from 255) = 39.41%
R=16.75%
G=43.84%
B=39.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3489800.6200.100.65170.1844.7224.12
Hex2259503E0A41aa2d18
Octal42131120760121012525530
Binary100010101100110100001111100101010000011010101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225950; }

 p { color: rgb(34,89,80); }

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

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

 a { background-color: rgb(34,89,80); }

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

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

 span { border-color: rgb(34,89,80); }

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