#225228

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

Shades of Parsley #225228

Tints of Parsley #225228

Color information

#225228 (or 0x225228) is unknown color: approx Parsley. HEX triplet: 22, 52 and 28. RGB value is (34,82,40). Sum of RGB (Red+Green+Blue) = 34+82+40=156 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.79% from 156); Green value is 82 (32.42% from 255 or 52.56% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 82 - color contains mainly: green. Hex color #225228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225228 is #DDADD7. Grayscale: #3E3E3E. Windows color (decimal): -14527960 or 2642466. OLE color: 2642466.

HSL color Cylindrical-coordinate representation of color #225228: hue angle of 127.5º 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 #225228 is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB348240-
CMYK0.5900.510.68
HSL127.5º41.38%22.75%-
HSV(B)127.5º58.54%32.16%-
XYZ4.066.533.05-
YUV62.86115.1107.42-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.79%
GREEN value IS 82 (32.42% from 255) = 52.56%
BLUE value IS 40 (16.02% from 255) = 25.64%
R=21.79%
G=52.56%
B=25.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3482400.5900.510.68127.541.3822.75
Hex2252283B03344802917
Octal4212250730631042005127
Binary1000101010010101000111011011001110001001000000010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225228; }

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

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

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

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

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

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

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

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