#205526

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

Shades of Parsley #205526

Tints of Parsley #205526

Color information

#205526 (or 0x205526) is unknown color: approx Parsley. HEX triplet: 20, 55 and 26. RGB value is (32,85,38). Sum of RGB (Red+Green+Blue) = 32+85+38=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #205526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205526 is #DFAAD9. Grayscale: #3F3F3F. Windows color (decimal): -14658266 or 2512160. OLE color: 2512160.

HSL color Cylindrical-coordinate representation of color #205526: hue angle of 126.79º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #205526 is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB328538-
CMYK0.6200.550.67
HSL126.79º45.3%22.94%-
HSV(B)126.79º62.35%33.33%-
XYZ4.196.942.95-
YUV63.79113.44105.32-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.65%
GREEN value IS 85 (33.59% from 255) = 54.84%
BLUE value IS 38 (15.23% from 255) = 24.52%
R=20.65%
G=54.84%
B=24.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3285380.6200.550.67126.7945.322.94
Hex2055263E037437f2d17
Octal4012546760671031775527
Binary100000101010110011011111001101111000011111111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205526; }

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

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

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

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

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

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

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

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