Html Css Color HEX #326132 Parsley

📋 copy color: '#326132'

red 50 ◦ green 97 ◦ blue 50

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

Shades of Parsley #326132

Tints of Parsley #326132

RGB

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

 GREEN value IS 97 (38.28% from 255) = 49.24%

 BLUE value IS 50 (19.92% from 255) = 25.38%

R = 25.38%
G = 49.24%
B = 25.38%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#326132 (or 0x326132) is known color: Parsley. HEX triplet: 32, 61 and 32. RGB value is (50,97,50). Sum of RGB (Red+Green+Blue) = 50+97+50=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 97 (38.28% from 255 or 49.24% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 97 - color contains mainly: green. Hex color #326132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326132 is #CD9ECD. Grayscale: #4D4D4D. Windows color (decimal): -13475534 or 3301682. OLE color: 3301682.

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

Color convert

RGB 50 97 50 -
CMYK 0.48 0 0.48 0.62
HSL 120º 0.32% 0.29% -
HSV(B) 120º 0.48% 0.38% -
XYZ 6.17 9.46 4.52 -
YUV 77.59 112.43 108.32 -
System Red Green Blue C M Y K H S L
Decimal 50 97 50 0.48 0 0.48 0.62 120 0.32 0.29
Hex 32 61 32 30 0 30 3E 78 20 1D
Octal 62 141 62 60 0 60 76 170 40 35
Binary 110010 1100001 110010 110000 0 110000 111110 1111000 100000 11101

Color Harmonies of #326132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326132

Black with #326132

Text Example


Text Example

White with #326132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326132; }

 p { color: rgb(50,97,50); }

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

background-color css

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

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

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

border-color css

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

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

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