Html Css Color HEX #325D34 Parsley

📋 copy color: '#325D34'

red 50 ◦ green 93 ◦ blue 52

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

Shades of Parsley #325D34

Tints of Parsley #325D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 26.67%

R = 25.64%
G = 47.69%
B = 26.67%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.44

 K value IS 0.64

RGB Variations

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

Color information

#325D34 (or 0x325D34) is known color: Parsley. HEX triplet: 32, 5D and 34. RGB value is (50,93,52). Sum of RGB (Red+Green+Blue) = 50+93+52=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 93 (36.72% from 255 or 47.69% from 195); Blue value is 52 (20.70% from 255 or 26.67% from 195); Max value from RGB is 93 - color contains mainly: green. Hex color #325D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325D34 is #CDA2CB. Grayscale: #4B4B4B. Windows color (decimal): -13476556 or 3431730. OLE color: 3431730.

HSL color Cylindrical-coordinate representation of color #325D34: hue angle of 122.79º 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 #325D34 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 93 52 -
CMYK 0.46 0 0.44 0.64
HSL 122.79º 0.3% 0.28% -
HSV(B) 122.79º 0.46% 0.36% -
XYZ 5.85 8.75 4.63 -
YUV 75.47 114.75 109.83 -
System Red Green Blue C M Y K H S L
Decimal 50 93 52 0.46 0 0.44 0.64 122.79 0.3 0.28
Hex 32 5D 34 2E 0 2C 40 7B 1E 1C
Octal 62 135 64 56 0 54 100 173 36 34
Binary 110010 1011101 110100 101110 0 101100 1000000 1111011 11110 11100

Color Harmonies of #325D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325D34

Black with #325D34

Text Example


Text Example

White with #325D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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