#225227

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

Shades of Parsley #225227

Tints of Parsley #225227

Color information

#225227 (or 0x225227) is unknown color: approx Parsley. HEX triplet: 22, 52 and 27. RGB value is (34,82,39). Sum of RGB (Red+Green+Blue) = 34+82+39=155 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.94% from 155); Green value is 82 (32.42% from 255 or 52.90% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 82 - color contains mainly: green. Hex color #225227 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225227 is #DDADD8. Grayscale: #3E3E3E. Windows color (decimal): -14527961 or 2576930. OLE color: 2576930.

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

Color convert

RGB348239-
CMYK0.5900.520.68
HSL126.25º41.38%22.75%-
HSV(B)126.25º58.54%32.16%-
XYZ4.046.522.97-
YUV62.75114.6107.5-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.94%
GREEN value IS 82 (32.42% from 255) = 52.90%
BLUE value IS 39 (15.62% from 255) = 25.16%
R=21.94%
G=52.90%
B=25.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3482390.5900.520.68126.2541.3822.75
Hex2252273B034447e2917
Octal4212247730641041765127
Binary100010101001010011111101101101001000100111111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225227; }

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

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

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

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

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

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

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

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