#225D54

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

Shades of Eden #225D54

Tints of Eden #225D54

Color information

#225D54 (or 0x225D54) is unknown color: approx Eden. HEX triplet: 22, 5D and 54. RGB value is (34,93,84). Sum of RGB (Red+Green+Blue) = 34+93+84=211 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.11% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 84 (33.20% from 255 or 39.81% from 211); Max value from RGB is 93 - color contains mainly: green. Hex color #225D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225D54 is #DDA2AB. Grayscale: #4A4A4A. Windows color (decimal): -14525100 or 5528866. OLE color: 5528866.

HSL color Cylindrical-coordinate representation of color #225D54: hue angle of 170.85º 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 #225D54 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB349384-
CMYK0.6300.100.64
HSL170.85º46.46%24.9%-
HSV(B)170.85º63.44%36.47%-
XYZ6.178.819.76-
YUV74.33133.4599.23-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.11%
GREEN value IS 93 (36.72% from 255) = 44.08%
BLUE value IS 84 (33.20% from 255) = 39.81%
R=16.11%
G=44.08%
B=39.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3493840.6300.100.64170.8546.4624.9
Hex225D543F0A40ab2e19
Octal42135124770121002535631
Binary100010101110110101001111110101010000001010101110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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