Html Css Color HEX #326031 Parsley

📋 copy color: '#326031'

red 50 ◦ green 96 ◦ blue 49

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

Shades of Parsley #326031

Tints of Parsley #326031

RGB

 RED value IS 50 (19.92% from 255) = 25.64%

 GREEN value IS 96 (37.89% from 255) = 49.23%

 BLUE value IS 49 (19.53% from 255) = 25.13%

R = 25.64%
G = 49.23%
B = 25.13%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#326031 (or 0x326031) is known color: Parsley. HEX triplet: 32, 60 and 31. RGB value is (50,96,49). Sum of RGB (Red+Green+Blue) = 50+96+49=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 96 (37.89% from 255 or 49.23% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 96 - color contains mainly: green. Hex color #326031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326031 is #CD9FCE. Grayscale: #4D4D4D. Windows color (decimal): -13475791 or 3235890. OLE color: 3235890.

HSL color Cylindrical-coordinate representation of color #326031: hue angle of 118.72º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #326031 is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 96 49 -
CMYK 0.48 0 0.49 0.62
HSL 118.72º 0.32% 0.28% -
HSV(B) 118.72º 0.49% 0.38% -
XYZ 6.05 9.27 4.38 -
YUV 76.89 112.26 108.82 -
System Red Green Blue C M Y K H S L
Decimal 50 96 49 0.48 0 0.49 0.62 118.72 0.32 0.28
Hex 32 60 31 30 0 31 3E 77 20 1C
Octal 62 140 61 60 0 61 76 167 40 34
Binary 110010 1100000 110001 110000 0 110001 111110 1110111 100000 11100

Color Harmonies of #326031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326031

Black with #326031

Text Example


Text Example

White with #326031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326031; }

 p { color: rgb(50,96,49); }

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

background-color css

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

 a { background-color: rgb(50,96,49); }

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

border-color css

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

 span { border-color: rgb(50,96,49); }

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