Html Css Color HEX #316900 Verdun Green

📋 copy color: '#316900'

red 49 ◦ green 105 ◦ blue 0

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

Shades of Verdun Green #316900

Tints of Verdun Green #316900

RGB

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

 GREEN value IS 105 (41.41% from 255) = 68.18%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 31.82%
G = 68.18%
B = 0%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#316900 (or 0x316900) is known color: Verdun Green. HEX triplet: 31, 69 and 00. RGB value is (49,105,0). Sum of RGB (Red+Green+Blue) = 49+105+0=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 105 (41.41% from 255 or 68.18% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 105 - color contains mainly: green. Hex color #316900 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316900 is #CE96FF. Grayscale: #4C4C4C. Windows color (decimal): -13539072 or 26929. OLE color: 26929.

HSL color Cylindrical-coordinate representation of color #316900: hue angle of 92º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #316900 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 105 0 -
CMYK 0.53 0 1 0.59
HSL 92º 1% 0.21% -
HSV(B) 92º 1% 0.41% -
XYZ 6.32 10.76 1.74 -
YUV 76.29 84.95 108.54 -
System Red Green Blue C M Y K H S L
Decimal 49 105 0 0.53 0 1 0.59 92 1 0.21
Hex 31 69 0 35 0 64 3B 5C 64 15
Octal 61 151 0 65 0 144 73 134 144 25
Binary 110001 1101001 0 110101 0 1100100 111011 1011100 1100100 10101

Color Harmonies of #316900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316900

Black with #316900

Text Example


Text Example

White with #316900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316900; }

 p { color: rgb(49,105,0); }

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

background-color css

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

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

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

border-color css

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

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

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