Html Css Color HEX #205C25 Parsley

📋 copy color: '#205C25'

red 32 ◦ green 92 ◦ blue 37

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

Shades of Parsley #205C25

Tints of Parsley #205C25

RGB

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

 GREEN value IS 92 (36.33% from 255) = 57.14%

 BLUE value IS 37 (14.84% from 255) = 22.98%

R = 19.88%
G = 57.14%
B = 22.98%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.60

 K value IS 0.64

RGB Variations

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

Color information

#205C25 (or 0x205C25) is known color: Parsley. HEX triplet: 20, 5C and 25. RGB value is (32,92,37). Sum of RGB (Red+Green+Blue) = 32+92+37=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 92 (36.33% from 255 or 57.14% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 92 - color contains mainly: green. Hex color #205C25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205C25 is #DFA3DA. Grayscale: #434343. Windows color (decimal): -14656475 or 2448416. OLE color: 2448416.

HSL color Cylindrical-coordinate representation of color #205C25: hue angle of 125º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #205C25 is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 92 37 -
CMYK 0.65 0 0.60 0.64
HSL 125º 0.48% 0.24% -
HSV(B) 125º 0.65% 0.36% -
XYZ 4.76 8.09 3.06 -
YUV 67.79 110.62 102.47 -
System Red Green Blue C M Y K H S L
Decimal 32 92 37 0.65 0 0.60 0.64 125 0.48 0.24
Hex 20 5C 25 41 0 3C 40 7D 30 18
Octal 40 134 45 101 0 74 100 175 60 30
Binary 100000 1011100 100101 1000001 0 111100 1000000 1111101 110000 11000

Color Harmonies of #205C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205C25

Black with #205C25

Text Example


Text Example

White with #205C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205C25; }

 p { color: rgb(32,92,37); }

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

background-color css

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

 a { background-color: rgb(32,92,37); }

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

border-color css

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

 span { border-color: rgb(32,92,37); }

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