#205428

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

Shades of Parsley #205428

Tints of Parsley #205428

Color information

#205428 (or 0x205428) is unknown color: approx Parsley. HEX triplet: 20, 54 and 28. RGB value is (32,84,40). Sum of RGB (Red+Green+Blue) = 32+84+40=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 84 (33.20% from 255 or 53.85% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 84 - color contains mainly: green. Hex color #205428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205428 is #DFABD7. Grayscale: #3F3F3F. Windows color (decimal): -14658520 or 2642976. OLE color: 2642976.

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

Color convert

RGB328440-
CMYK0.6200.520.67
HSL129.23º44.83%22.75%-
HSV(B)129.23º61.9%32.94%-
XYZ4.156.83.1-
YUV63.44114.77105.58-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.51%
GREEN value IS 84 (33.20% from 255) = 53.85%
BLUE value IS 40 (16.02% from 255) = 25.64%
R=20.51%
G=53.85%
B=25.64%

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
Decimal3284400.6200.520.67129.2344.8322.75
Hex2054283E03443812d17
Octal4012450760641032015527
Binary1000001010100101000111110011010010000111000000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205428; }

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

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

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

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

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

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

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

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