Html Css Color HEX #325D30 Parsley

📋 copy color: '#325D30'

red 50 ◦ green 93 ◦ blue 48

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

Shades of Parsley #325D30

Tints of Parsley #325D30

RGB

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

 GREEN value IS 93 (36.72% from 255) = 48.69%

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

R = 26.18%
G = 48.69%
B = 25.13%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.48

 K value IS 0.64

RGB Variations

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

Color information

#325D30 (or 0x325D30) is known color: Parsley. HEX triplet: 32, 5D and 30. RGB value is (50,93,48). Sum of RGB (Red+Green+Blue) = 50+93+48=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 93 (36.72% from 255 or 48.69% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 93 - color contains mainly: green. Hex color #325D30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325D30 is #CDA2CF. Grayscale: #4B4B4B. Windows color (decimal): -13476560 or 3169586. OLE color: 3169586.

HSL color Cylindrical-coordinate representation of color #325D30: hue angle of 117.33º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #325D30 is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 93 48 -
CMYK 0.46 0 0.48 0.64
HSL 117.33º 0.32% 0.28% -
HSV(B) 117.33º 0.48% 0.36% -
XYZ 5.76 8.72 4.18 -
YUV 75.01 112.75 110.16 -
System Red Green Blue C M Y K H S L
Decimal 50 93 48 0.46 0 0.48 0.64 117.33 0.32 0.28
Hex 32 5D 30 2E 0 30 40 75 20 1C
Octal 62 135 60 56 0 60 100 165 40 34
Binary 110010 1011101 110000 101110 0 110000 1000000 1110101 100000 11100

Color Harmonies of #325D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325D30

Black with #325D30

Text Example


Text Example

White with #325D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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