Html Css Color HEX #314E32 Parsley

📋 copy color: '#314E32'

red 49 ◦ green 78 ◦ blue 50

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

Shades of Parsley #314E32

Tints of Parsley #314E32

RGB

 RED value IS 49 (19.53% from 255) = 27.68%

 GREEN value IS 78 (30.86% from 255) = 44.07%

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

R = 27.68%
G = 44.07%
B = 28.25%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#314E32 (or 0x314E32) is known color: Parsley. HEX triplet: 31, 4E and 32. RGB value is (49,78,50). Sum of RGB (Red+Green+Blue) = 49+78+50=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 78 (30.86% from 255 or 44.07% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 78 - color contains mainly: green. Hex color #314E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314E32 is #CEB1CD. Grayscale: #424242. Windows color (decimal): -13545934 or 3296817. OLE color: 3296817.

HSL color Cylindrical-coordinate representation of color #314E32: hue angle of 122.07º degrees, saturation: 0.23, 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 #314E32 is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 78 50 -
CMYK 0.37 0 0.36 0.69
HSL 122.07º 0.23% 0.25% -
HSV(B) 122.07º 0.37% 0.31% -
XYZ 4.57 6.33 4 -
YUV 66.14 118.89 115.78 -
System Red Green Blue C M Y K H S L
Decimal 49 78 50 0.37 0 0.36 0.69 122.07 0.23 0.25
Hex 31 4E 32 25 0 24 45 7A 17 19
Octal 61 116 62 45 0 44 105 172 27 31
Binary 110001 1001110 110010 100101 0 100100 1000101 1111010 10111 11001

Color Harmonies of #314E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314E32

Black with #314E32

Text Example


Text Example

White with #314E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314E32; }

 p { color: rgb(49,78,50); }

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

background-color css

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

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

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

border-color css

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

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

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