Html Css Color HEX #326130 Parsley

📋 copy color: '#326130'

red 50 ◦ green 97 ◦ blue 48

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

Shades of Parsley #326130

Tints of Parsley #326130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24.62%

R = 25.64%
G = 49.74%
B = 24.62%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#326130 (or 0x326130) is known color: Parsley. HEX triplet: 32, 61 and 30. RGB value is (50,97,48). Sum of RGB (Red+Green+Blue) = 50+97+48=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 97 (38.28% from 255 or 49.74% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 97 - color contains mainly: green. Hex color #326130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326130 is #CD9ECF. Grayscale: #4D4D4D. Windows color (decimal): -13475536 or 3170610. OLE color: 3170610.

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

Color convert

RGB 50 97 48 -
CMYK 0.48 0 0.51 0.62
HSL 117.55º 0.34% 0.28% -
HSV(B) 117.55º 0.51% 0.38% -
XYZ 6.12 9.44 4.3 -
YUV 77.36 111.43 108.48 -
System Red Green Blue C M Y K H S L
Decimal 50 97 48 0.48 0 0.51 0.62 117.55 0.34 0.28
Hex 32 61 30 30 0 33 3E 76 22 1C
Octal 62 141 60 60 0 63 76 166 42 34
Binary 110010 1100001 110000 110000 0 110011 111110 1110110 100010 11100

Color Harmonies of #326130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326130

Black with #326130

Text Example


Text Example

White with #326130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326130; }

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

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

background-color css

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

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

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

border-color css

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

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

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