#225A24

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

Shades of Parsley #225A24

Tints of Parsley #225A24

Color information

#225A24 (or 0x225A24) is unknown color: approx Parsley. HEX triplet: 22, 5A and 24. RGB value is (34,90,36). Sum of RGB (Red+Green+Blue) = 34+90+36=160 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.25% from 160); Green value is 90 (35.55% from 255 or 56.25% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 90 - color contains mainly: green. Hex color #225A24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225A24 is #DDA5DB. Grayscale: #434343. Windows color (decimal): -14525916 or 2382370. OLE color: 2382370.

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

Color convert

RGB349036-
CMYK0.6200.600.65
HSL122.14º45.16%24.31%-
HSV(B)122.14º62.22%35.29%-
XYZ4.637.782.93-
YUV67.1110.45104.39-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.25%
GREEN value IS 90 (35.55% from 255) = 56.25%
BLUE value IS 36 (14.45% from 255) = 22.5%
R=21.25%
G=56.25%
B=22.5%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3490360.6200.600.65122.1445.1624.31
Hex225A243E03C417a2d18
Octal4213244760741011725530
Binary100010101101010010011111001111001000001111101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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