Html Css Color HEX #325832 Parsley

📋 copy color: '#325832'

red 50 ◦ green 88 ◦ blue 50

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

Shades of Parsley #325832

Tints of Parsley #325832

RGB

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

 GREEN value IS 88 (34.77% from 255) = 46.81%

 BLUE value IS 50 (19.92% from 255) = 26.6%

R = 26.6%
G = 46.81%
B = 26.6%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#325832 (or 0x325832) is known color: Parsley. HEX triplet: 32, 58 and 32. RGB value is (50,88,50). Sum of RGB (Red+Green+Blue) = 50+88+50=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 88 (34.77% from 255 or 46.81% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 88 - color contains mainly: green. Hex color #325832 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325832 is #CDA7CD. Grayscale: #484848. Windows color (decimal): -13477838 or 3299378. OLE color: 3299378.

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

Color convert

RGB 50 88 50 -
CMYK 0.43 0 0.43 0.65
HSL 120º 0.28% 0.27% -
HSV(B) 120º 0.43% 0.35% -
XYZ 5.38 7.89 4.26 -
YUV 72.31 115.41 112.09 -
System Red Green Blue C M Y K H S L
Decimal 50 88 50 0.43 0 0.43 0.65 120 0.28 0.27
Hex 32 58 32 2B 0 2B 41 78 1C 1B
Octal 62 130 62 53 0 53 101 170 34 33
Binary 110010 1011000 110010 101011 0 101011 1000001 1111000 11100 11011

Color Harmonies of #325832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325832

Black with #325832

Text Example


Text Example

White with #325832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325832; }

 p { color: rgb(50,88,50); }

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

background-color css

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

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

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

border-color css

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

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

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