Html Css Color HEX #325930 Parsley

📋 copy color: '#325930'

red 50 ◦ green 89 ◦ blue 48

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

Shades of Parsley #325930

Tints of Parsley #325930

RGB

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

 GREEN value IS 89 (35.16% from 255) = 47.59%

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

R = 26.74%
G = 47.59%
B = 25.67%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#325930 (or 0x325930) is known color: Parsley. HEX triplet: 32, 59 and 30. RGB value is (50,89,48). Sum of RGB (Red+Green+Blue) = 50+89+48=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 48 (19.14% from 255 or 25.67% from 187); Max value from RGB is 89 - color contains mainly: green. Hex color #325930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325930 is #CDA6CF. Grayscale: #484848. Windows color (decimal): -13477584 or 3168562. OLE color: 3168562.

HSL color Cylindrical-coordinate representation of color #325930: hue angle of 117.07º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #325930 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 89 48 -
CMYK 0.44 0 0.46 0.65
HSL 117.07º 0.3% 0.27% -
HSV(B) 117.07º 0.46% 0.35% -
XYZ 5.42 8.04 4.06 -
YUV 72.67 114.08 111.83 -
System Red Green Blue C M Y K H S L
Decimal 50 89 48 0.44 0 0.46 0.65 117.07 0.3 0.27
Hex 32 59 30 2C 0 2E 41 75 1E 1B
Octal 62 131 60 54 0 56 101 165 36 33
Binary 110010 1011001 110000 101100 0 101110 1000001 1110101 11110 11011

Color Harmonies of #325930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325930

Black with #325930

Text Example


Text Example

White with #325930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325930; }

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

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

background-color css

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

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

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

border-color css

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

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

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