Html Css Color HEX #316131 Parsley

📋 copy color: '#316131'

red 49 ◦ green 97 ◦ blue 49

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

Shades of Parsley #316131

Tints of Parsley #316131

RGB

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

 GREEN value IS 97 (38.28% from 255) = 49.74%

 BLUE value IS 49 (19.53% from 255) = 25.13%

R = 25.13%
G = 49.74%
B = 25.13%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#316131 (or 0x316131) is known color: Parsley. HEX triplet: 31, 61 and 31. RGB value is (49,97,49). Sum of RGB (Red+Green+Blue) = 49+97+49=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 97 (38.28% from 255 or 49.74% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 97 - color contains mainly: green. Hex color #316131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316131 is #CE9ECE. Grayscale: #4D4D4D. Windows color (decimal): -13541071 or 3236145. OLE color: 3236145.

HSL color Cylindrical-coordinate representation of color #316131: hue angle of 120º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #316131 is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 97 49 -
CMYK 0.49 0 0.49 0.62
HSL 120º 0.33% 0.29% -
HSV(B) 120º 0.49% 0.38% -
XYZ 6.1 9.42 4.4 -
YUV 77.18 112.1 107.9 -
System Red Green Blue C M Y K H S L
Decimal 49 97 49 0.49 0 0.49 0.62 120 0.33 0.29
Hex 31 61 31 31 0 31 3E 78 21 1D
Octal 61 141 61 61 0 61 76 170 41 35
Binary 110001 1100001 110001 110001 0 110001 111110 1111000 100001 11101

Color Harmonies of #316131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316131

Black with #316131

Text Example


Text Example

White with #316131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316131; }

 p { color: rgb(49,97,49); }

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

background-color css

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

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

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

border-color css

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

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

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