Html Css Color HEX #324F32 Parsley

📋 copy color: '#324F32'

red 50 ◦ green 79 ◦ blue 50

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

Shades of Parsley #324F32

Tints of Parsley #324F32

RGB

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

 GREEN value IS 79 (31.25% from 255) = 44.13%

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

R = 27.93%
G = 44.13%
B = 27.93%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#324F32 (or 0x324F32) is known color: Parsley. HEX triplet: 32, 4F and 32. RGB value is (50,79,50). Sum of RGB (Red+Green+Blue) = 50+79+50=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 79 - color contains mainly: green. Hex color #324F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324F32 is #CDB0CD. Grayscale: #434343. Windows color (decimal): -13480142 or 3297074. OLE color: 3297074.

HSL color Cylindrical-coordinate representation of color #324F32: hue angle of 120º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #324F32 is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 50 79 50 -
CMYK 0.37 0 0.37 0.69
HSL 120º 0.22% 0.25% -
HSV(B) 120º 0.37% 0.31% -
XYZ 4.69 6.5 4.03 -
YUV 67.02 118.39 115.86 -
System Red Green Blue C M Y K H S L
Decimal 50 79 50 0.37 0 0.37 0.69 120 0.22 0.25
Hex 32 4F 32 25 0 25 45 78 16 19
Octal 62 117 62 45 0 45 105 170 26 31
Binary 110010 1001111 110010 100101 0 100101 1000101 1111000 10110 11001

Color Harmonies of #324F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324F32

Black with #324F32

Text Example


Text Example

White with #324F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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