Html Css Color HEX #205529 Parsley

📋 copy color: '#205529'

red 32 ◦ green 85 ◦ blue 41

#205529
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Parsley #205529

Tints of Parsley #205529

RGB

 RED value IS 32 (12.89% from 255) = 20.25%

 GREEN value IS 85 (33.59% from 255) = 53.8%

 BLUE value IS 41 (16.41% from 255) = 25.95%

R = 20.25%
G = 53.8%
B = 25.95%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#205529 (or 0x205529) is known color: 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

RGB 32 85 41 -
CMYK 0.62 0 0.52 0.67
HSL 130.19º 0.45% 0.23% -
HSV(B) 130.19º 0.62% 0.33% -
XYZ 4.24 6.96 3.22 -
YUV 64.14 114.94 105.08 -
System Red Green Blue C M Y K H S L
Decimal 32 85 41 0.62 0 0.52 0.67 130.19 0.45 0.23
Hex 20 55 29 3E 0 34 43 82 2D 17
Octal 40 125 51 76 0 64 103 202 55 27
Binary 100000 1010101 101001 111110 0 110100 1000011 10000010 101101 10111

Color Harmonies of #205529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205529

Black with #205529

Text Example


Text Example

White with #205529

Text Example


Text Example

HTML Codes & Css Web 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>