#225529

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

Shades of Parsley #225529

Tints of Parsley #225529

Color information

#225529 (or 0x225529) is unknown color: approx Parsley. HEX triplet: 22, 55 and 29. RGB value is (34,85,41). Sum of RGB (Red+Green+Blue) = 34+85+41=160 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.25% from 160); Green value is 85 (33.59% from 255 or 53.12% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 85 - color contains mainly: green. Hex color #225529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225529 is #DDAAD6. Grayscale: #404040. Windows color (decimal): -14527191 or 2708770. OLE color: 2708770.

HSL color Cylindrical-coordinate representation of color #225529: hue angle of 128.24º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #225529 is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB348541-
CMYK0.6000.520.67
HSL128.24º42.86%23.33%-
HSV(B)128.24º60%33.33%-
XYZ4.3173.22-
YUV64.74114.6106.08-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.25%
GREEN value IS 85 (33.59% from 255) = 53.12%
BLUE value IS 41 (16.41% from 255) = 25.62%
R=21.25%
G=53.12%
B=25.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3485410.6000.520.67128.2442.8623.33
Hex2255293C03443802b17
Octal4212551740641032005327
Binary1000101010101101001111100011010010000111000000010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225529; }

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

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

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

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

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

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

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

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