Html Css Color HEX #325D33 Parsley

📋 copy color: '#325D33'

red 50 ◦ green 93 ◦ blue 51

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

Shades of Parsley #325D33

Tints of Parsley #325D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 26.29%

R = 25.77%
G = 47.94%
B = 26.29%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.45

 K value IS 0.64

RGB Variations

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

Color information

#325D33 (or 0x325D33) is known color: Parsley. HEX triplet: 32, 5D and 33. RGB value is (50,93,51). Sum of RGB (Red+Green+Blue) = 50+93+51=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 93 (36.72% from 255 or 47.94% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 93 - color contains mainly: green. Hex color #325D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325D33 is #CDA2CC. Grayscale: #4B4B4B. Windows color (decimal): -13476557 or 3366194. OLE color: 3366194.

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

Color convert

RGB 50 93 51 -
CMYK 0.46 0 0.45 0.64
HSL 121.4º 0.3% 0.28% -
HSV(B) 121.4º 0.46% 0.36% -
XYZ 5.83 8.75 4.51 -
YUV 75.36 114.25 109.92 -
System Red Green Blue C M Y K H S L
Decimal 50 93 51 0.46 0 0.45 0.64 121.4 0.3 0.28
Hex 32 5D 33 2E 0 2D 40 79 1E 1C
Octal 62 135 63 56 0 55 100 171 36 34
Binary 110010 1011101 110011 101110 0 101101 1000000 1111001 11110 11100

Color Harmonies of #325D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325D33

Black with #325D33

Text Example


Text Example

White with #325D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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