#205529

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

Shades of Parsley #205529

Tints of Parsley #205529

Color information

#205529 (or 0x205529) is unknown color: approx Parsley. HEX triplet: 20, 55 and 29. RGB value is (32,85,41). Sum of RGB (Red+Green+Blue) = 32+85+41=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #205529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205529 is #DFAAD6. Grayscale: #404040. Windows color (decimal): -14658263 or 2708768. OLE color: 2708768.

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

Color convert

RGB328541-
CMYK0.6200.520.67
HSL130.19º45.3%22.94%-
HSV(B)130.19º62.35%33.33%-
XYZ4.246.963.22-
YUV64.14114.94105.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.25%
GREEN value IS 85 (33.59% from 255) = 53.80%
BLUE value IS 41 (16.41% from 255) = 25.95%
R=20.25%
G=53.80%
B=25.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3285410.6200.520.67130.1945.322.94
Hex2055293E03443822d17
Octal4012551760641032025527
Binary1000001010101101001111110011010010000111000001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205529; }

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

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

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

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

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

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

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

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