Html Css Color HEX #205328 Parsley

📋 copy color: '#205328'

red 32 ◦ green 83 ◦ blue 40

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

Shades of Parsley #205328

Tints of Parsley #205328

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 value IS 0.61

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

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

RGB 32 83 40 -
CMYK 0.61 0 0.52 0.67
HSL 129.41º 0.44% 0.23% -
HSV(B) 129.41º 0.61% 0.33% -
XYZ 4.07 6.65 3.08 -
YUV 62.85 115.1 106 -
System Red Green Blue C M Y K H S L
Decimal 32 83 40 0.61 0 0.52 0.67 129.41 0.44 0.23
Hex 20 53 28 3D 0 34 43 81 2C 17
Octal 40 123 50 75 0 64 103 201 54 27
Binary 100000 1010011 101000 111101 0 110100 1000011 10000001 101100 10111

Color Harmonies of #205328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205328

Black with #205328

Text Example


Text Example

White with #205328

Text Example


Text Example

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