#205328

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

Shades of Parsley #205328

Tints of Parsley #205328

Color information

#205328 (or 0x205328) is unknown color: approx Parsley. HEX triplet: 20, 53 and 28. RGB value is (32,83,40). Sum of RGB (Red+Green+Blue) = 32+83+40=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 83 (32.81% from 255 or 53.55% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 83 - color contains mainly: green. Hex color #205328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205328 is #DFACD7. Grayscale: #3E3E3E. Windows color (decimal): -14658776 or 2642720. OLE color: 2642720.

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

Color convert

RGB328340-
CMYK0.6100.520.67
HSL129.41º44.35%22.55%-
HSV(B)129.41º61.45%32.55%-
XYZ4.076.653.08-
YUV62.85115.1106-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.65%
GREEN value IS 83 (32.81% from 255) = 53.55%
BLUE value IS 40 (16.02% from 255) = 25.81%
R=20.65%
G=53.55%
B=25.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3283400.6100.520.67129.4144.3522.55
Hex2053283D03443812c17
Octal4012350750641032015427
Binary1000001010011101000111101011010010000111000000110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205328; }

 p { color: rgb(32,83,40); }

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

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

 a { background-color: rgb(32,83,40); }

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

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

 span { border-color: rgb(32,83,40); }

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