Html Css Color HEX #205428 Parsley

📋 copy color: '#205428'

red 32 ◦ green 84 ◦ blue 40

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

Shades of Parsley #205428

Tints of Parsley #205428

RGB

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

 GREEN value IS 84 (33.2% 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 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

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

RGB 32 84 40 -
CMYK 0.62 0 0.52 0.67
HSL 129.23º 0.45% 0.23% -
HSV(B) 129.23º 0.62% 0.33% -
XYZ 4.15 6.8 3.1 -
YUV 63.44 114.77 105.58 -
System Red Green Blue C M Y K H S L
Decimal 32 84 40 0.62 0 0.52 0.67 129.23 0.45 0.23
Hex 20 54 28 3E 0 34 43 81 2D 17
Octal 40 124 50 76 0 64 103 201 55 27
Binary 100000 1010100 101000 111110 0 110100 1000011 10000001 101101 10111

Color Harmonies of #205428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205428

Black with #205428

Text Example


Text Example

White with #205428

Text Example


Text Example

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