Html Css Color HEX #325E31 Parsley

📋 copy color: '#325E31'

red 50 ◦ green 94 ◦ blue 49

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

Shades of Parsley #325E31

Tints of Parsley #325E31

RGB

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

 GREEN value IS 94 (37.11% from 255) = 48.7%

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

R = 25.91%
G = 48.7%
B = 25.39%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.48

 K value IS 0.63

RGB Variations

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

Color information

#325E31 (or 0x325E31) is known color: Parsley. HEX triplet: 32, 5E and 31. RGB value is (50,94,49). Sum of RGB (Red+Green+Blue) = 50+94+49=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 94 (37.11% from 255 or 48.70% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 94 - color contains mainly: green. Hex color #325E31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325E31 is #CDA1CE. Grayscale: #4B4B4B. Windows color (decimal): -13476303 or 3235378. OLE color: 3235378.

HSL color Cylindrical-coordinate representation of color #325E31: hue angle of 118.67º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #325E31 is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.63.

Color convert

RGB 50 94 49 -
CMYK 0.47 0 0.48 0.63
HSL 118.67º 0.31% 0.28% -
HSV(B) 118.67º 0.48% 0.37% -
XYZ 5.87 8.91 4.32 -
YUV 75.71 112.92 109.66 -
System Red Green Blue C M Y K H S L
Decimal 50 94 49 0.47 0 0.48 0.63 118.67 0.31 0.28
Hex 32 5E 31 2F 0 30 3F 77 1F 1C
Octal 62 136 61 57 0 60 77 167 37 34
Binary 110010 1011110 110001 101111 0 110000 111111 1110111 11111 11100

Color Harmonies of #325E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325E31

Black with #325E31

Text Example


Text Example

White with #325E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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