Html Css Color HEX #324A32 Parsley

📋 copy color: '#324A32'

red 50 ◦ green 74 ◦ blue 50

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

Shades of Parsley #324A32

Tints of Parsley #324A32

RGB

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

 GREEN value IS 74 (29.3% from 255) = 42.53%

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

R = 28.74%
G = 42.53%
B = 28.74%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#324A32 (or 0x324A32) is known color: Parsley. HEX triplet: 32, 4A and 32. RGB value is (50,74,50). Sum of RGB (Red+Green+Blue) = 50+74+50=174 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.74% from 174); Green value is 74 (29.30% from 255 or 42.53% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 74 - color contains mainly: green. Hex color #324A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324A32 is #CDB5CD. Grayscale: #404040. Windows color (decimal): -13481422 or 3295794. OLE color: 3295794.

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

Color convert

RGB 50 74 50 -
CMYK 0.32 0 0.32 0.71
HSL 120º 0.19% 0.24% -
HSV(B) 120º 0.32% 0.29% -
XYZ 4.34 5.81 3.91 -
YUV 64.09 120.05 117.95 -
System Red Green Blue C M Y K H S L
Decimal 50 74 50 0.32 0 0.32 0.71 120 0.19 0.24
Hex 32 4A 32 20 0 20 47 78 13 18
Octal 62 112 62 40 0 40 107 170 23 30
Binary 110010 1001010 110010 100000 0 100000 1000111 1111000 10011 11000

Color Harmonies of #324A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324A32

Black with #324A32

Text Example


Text Example

White with #324A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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