Html Css Color HEX #205527 Parsley

📋 copy color: '#205527'

red 32 ◦ green 85 ◦ blue 39

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

Shades of Parsley #205527

Tints of Parsley #205527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 25%

R = 20.51%
G = 54.49%
B = 25%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#205527 (or 0x205527) is known color: Parsley. HEX triplet: 20, 55 and 27. RGB value is (32,85,39). Sum of RGB (Red+Green+Blue) = 32+85+39=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #205527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205527 is #DFAAD8. Grayscale: #404040. Windows color (decimal): -14658265 or 2577696. OLE color: 2577696.

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

Color convert

RGB 32 85 39 -
CMYK 0.62 0 0.54 0.67
HSL 127.92º 0.45% 0.23% -
HSV(B) 127.92º 0.62% 0.33% -
XYZ 4.21 6.95 3.04 -
YUV 63.91 113.94 105.24 -
System Red Green Blue C M Y K H S L
Decimal 32 85 39 0.62 0 0.54 0.67 127.92 0.45 0.23
Hex 20 55 27 3E 0 36 43 80 2D 17
Octal 40 125 47 76 0 66 103 200 55 27
Binary 100000 1010101 100111 111110 0 110110 1000011 10000000 101101 10111

Color Harmonies of #205527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205527

Black with #205527

Text Example


Text Example

White with #205527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205527; }

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

 H1.HeaderClassName
 {
   color: #205527;
 }
 .AnyTagClassName
 {
   color: #205527;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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