#225A4F

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

Shades of Eden #225A4F

Tints of Eden #225A4F

Color information

#225A4F (or 0x225A4F) is unknown color: approx Eden. HEX triplet: 22, 5A and 4F. RGB value is (34,90,79). Sum of RGB (Red+Green+Blue) = 34+90+79=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 90 - color contains mainly: green. Hex color #225A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225A4F is #DDA5B0. Grayscale: #474747. Windows color (decimal): -14525873 or 5200418. OLE color: 5200418.

HSL color Cylindrical-coordinate representation of color #225A4F: hue angle of 168.21º 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 #225A4F is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB349079-
CMYK0.6200.120.65
HSL168.21º45.16%24.31%-
HSV(B)168.21º62.22%35.29%-
XYZ5.738.228.68-
YUV72131.95100.89-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.75%
GREEN value IS 90 (35.55% from 255) = 44.33%
BLUE value IS 79 (31.25% from 255) = 38.92%
R=16.75%
G=44.33%
B=38.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3490790.6200.120.65168.2145.1624.31
Hex225A4F3E0C41a82d18
Octal42132117760141012505530
Binary100010101101010011111111100110010000011010100010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,90,79); }

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

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

 a { background-color: rgb(34,90,79); }

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

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

 span { border-color: rgb(34,90,79); }

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