#225A25

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

Shades of Parsley #225A25

Tints of Parsley #225A25

Color information

#225A25 (or 0x225A25) is unknown color: approx Parsley. HEX triplet: 22, 5A and 25. RGB value is (34,90,37). Sum of RGB (Red+Green+Blue) = 34+90+37=161 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.12% from 161); Green value is 90 (35.55% from 255 or 55.90% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 90 - color contains mainly: green. Hex color #225A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225A25 is #DDA5DA. Grayscale: #434343. Windows color (decimal): -14525915 or 2447906. OLE color: 2447906.

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

Color convert

RGB349037-
CMYK0.6200.590.65
HSL123.21º45.16%24.31%-
HSV(B)123.21º62.22%35.29%-
XYZ4.657.793.01-
YUV67.21110.95104.31-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.12%
GREEN value IS 90 (35.55% from 255) = 55.90%
BLUE value IS 37 (14.84% from 255) = 22.98%
R=21.12%
G=55.90%
B=22.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3490370.6200.590.65123.2145.1624.31
Hex225A253E03B417b2d18
Octal4213245760731011735530
Binary100010101101010010111111001110111000001111101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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