#205226

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

Shades of Parsley #205226

Tints of Parsley #205226

Color information

#205226 (or 0x205226) is unknown color: approx Parsley. HEX triplet: 20, 52 and 26. RGB value is (32,82,38). Sum of RGB (Red+Green+Blue) = 32+82+38=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 82 (32.42% from 255 or 53.95% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 82 - color contains mainly: green. Hex color #205226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205226 is #DFADD9. Grayscale: #3E3E3E. Windows color (decimal): -14659034 or 2511392. OLE color: 2511392.

HSL color Cylindrical-coordinate representation of color #205226: hue angle of 127.2º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #205226 is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.68.

Color convert

RGB328238-
CMYK0.6100.540.68
HSL127.2º43.86%22.35%-
HSV(B)127.2º60.98%32.16%-
XYZ3.966.482.88-
YUV62.03114.44106.58-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.05%
GREEN value IS 82 (32.42% from 255) = 53.95%
BLUE value IS 38 (15.23% from 255) = 25%
R=21.05%
G=53.95%
B=25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3282380.6100.540.68127.243.8622.35
Hex2052263D036447f2c16
Octal4012246750661041775426
Binary100000101001010011011110101101101000100111111110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205226; }

 p { color: rgb(32,82,38); }

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

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

 a { background-color: rgb(32,82,38); }

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

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

 span { border-color: rgb(32,82,38); }

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