Html Css Color HEX #325232 Parsley

📋 copy color: '#325232'

red 50 ◦ green 82 ◦ blue 50

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

Shades of Parsley #325232

Tints of Parsley #325232

RGB

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

 GREEN value IS 82 (32.42% from 255) = 45.05%

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

R = 27.47%
G = 45.05%
B = 27.47%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.39

 K value IS 0.68

RGB Variations

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

Color information

#325232 (or 0x325232) is known color: Parsley. HEX triplet: 32, 52 and 32. RGB value is (50,82,50). Sum of RGB (Red+Green+Blue) = 50+82+50=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 82 - color contains mainly: green. Hex color #325232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325232 is #CDADCD. Grayscale: #444444. Windows color (decimal): -13479374 or 3297842. OLE color: 3297842.

HSL color Cylindrical-coordinate representation of color #325232: hue angle of 120º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #325232 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 82 50 -
CMYK 0.39 0 0.39 0.68
HSL 120º 0.24% 0.26% -
HSV(B) 120º 0.39% 0.32% -
XYZ 4.91 6.94 4.1 -
YUV 68.78 117.4 114.6 -
System Red Green Blue C M Y K H S L
Decimal 50 82 50 0.39 0 0.39 0.68 120 0.24 0.26
Hex 32 52 32 27 0 27 44 78 18 1A
Octal 62 122 62 47 0 47 104 170 30 32
Binary 110010 1010010 110010 100111 0 100111 1000100 1111000 11000 11010

Color Harmonies of #325232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325232

Black with #325232

Text Example


Text Example

White with #325232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325232; }

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

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

background-color css

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

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

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

border-color css

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

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

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