#225229

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

Shades of Parsley #225229

Tints of Parsley #225229

Color information

#225229 (or 0x225229) is unknown color: approx Parsley. HEX triplet: 22, 52 and 29. RGB value is (34,82,41). Sum of RGB (Red+Green+Blue) = 34+82+41=157 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.66% from 157); Green value is 82 (32.42% from 255 or 52.23% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 82 - color contains mainly: green. Hex color #225229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225229 is #DDADD6. Grayscale: #3F3F3F. Windows color (decimal): -14527959 or 2708002. OLE color: 2708002.

HSL color Cylindrical-coordinate representation of color #225229: hue angle of 128.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #225229 is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB348241-
CMYK0.5900.500.68
HSL128.75º41.38%22.75%-
HSV(B)128.75º58.54%32.16%-
XYZ4.086.533.14-
YUV62.97115.6107.33-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.66%
GREEN value IS 82 (32.42% from 255) = 52.23%
BLUE value IS 41 (16.41% from 255) = 26.11%
R=21.66%
G=52.23%
B=26.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3482410.5900.500.68128.7541.3822.75
Hex2252293B03244812917
Octal4212251730621042015127
Binary1000101010010101001111011011001010001001000000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225229; }

 p { color: rgb(34,82,41); }

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

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

 a { background-color: rgb(34,82,41); }

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

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

 span { border-color: rgb(34,82,41); }

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