Html Css Color HEX #205228 Parsley

📋 copy color: '#205228'

red 32 ◦ green 82 ◦ blue 40

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

Shades of Parsley #205228

Tints of Parsley #205228

RGB

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

 GREEN value IS 82 (32.42% from 255) = 53.25%

 BLUE value IS 40 (16.02% from 255) = 25.97%

R = 20.78%
G = 53.25%
B = 25.97%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#205228 (or 0x205228) is known color: Parsley. HEX triplet: 20, 52 and 28. RGB value is (32,82,40). Sum of RGB (Red+Green+Blue) = 32+82+40=154 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.78% from 154); Green value is 82 (32.42% from 255 or 53.25% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 82 - color contains mainly: green. Hex color #205228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205228 is #DFADD7. Grayscale: #3E3E3E. Windows color (decimal): -14659032 or 2642464. OLE color: 2642464.

HSL color Cylindrical-coordinate representation of color #205228: hue angle of 129.6º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #205228 is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB 32 82 40 -
CMYK 0.61 0 0.51 0.68
HSL 129.6º 0.44% 0.22% -
HSV(B) 129.6º 0.61% 0.32% -
XYZ 4 6.49 3.05 -
YUV 62.26 115.44 106.42 -
System Red Green Blue C M Y K H S L
Decimal 32 82 40 0.61 0 0.51 0.68 129.6 0.44 0.22
Hex 20 52 28 3D 0 33 44 82 2C 16
Octal 40 122 50 75 0 63 104 202 54 26
Binary 100000 1010010 101000 111101 0 110011 1000100 10000010 101100 10110

Color Harmonies of #205228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205228

Black with #205228

Text Example


Text Example

White with #205228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205228; }

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

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

background-color css

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

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

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

border-color css

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

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

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