#225D56

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

Shades of Eden #225D56

Tints of Eden #225D56

Color information

#225D56 (or 0x225D56) is unknown color: approx Eden. HEX triplet: 22, 5D and 56. RGB value is (34,93,86). Sum of RGB (Red+Green+Blue) = 34+93+86=213 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.96% from 213); Green value is 93 (36.72% from 255 or 43.66% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 93 - color contains mainly: green. Hex color #225D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225D56 is #DDA2A9. Grayscale: #4A4A4A. Windows color (decimal): -14525098 or 5659938. OLE color: 5659938.

HSL color Cylindrical-coordinate representation of color #225D56: hue angle of 172.88º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #225D56 is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB349386-
CMYK0.6300.080.64
HSL172.88º46.46%24.9%-
HSV(B)172.88º63.44%36.47%-
XYZ6.258.8410.18-
YUV74.56134.4599.07-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.96%
GREEN value IS 93 (36.72% from 255) = 43.66%
BLUE value IS 86 (33.98% from 255) = 40.38%
R=15.96%
G=43.66%
B=40.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3493860.6300.080.64172.8846.4624.9
Hex225D563F0840ad2e19
Octal42135126770101002555631
Binary100010101110110101101111110100010000001010110110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225D56; }

 p { color: rgb(34,93,86); }

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

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

 a { background-color: rgb(34,93,86); }

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

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

 span { border-color: rgb(34,93,86); }

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