Html Css Color HEX #316800 Verdun Green

📋 copy color: '#316800'

red 49 ◦ green 104 ◦ blue 0

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

Shades of Verdun Green #316800

Tints of Verdun Green #316800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 67.97%

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

R = 32.03%
G = 67.97%
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

#316800 (or 0x316800) is known color: Verdun Green. HEX triplet: 31, 68 and 00. RGB value is (49,104,0). Sum of RGB (Red+Green+Blue) = 49+104+0=153 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.03% from 153); Green value is 104 (41.02% from 255 or 67.97% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 104 - color contains mainly: green. Hex color #316800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316800 is #CE97FF. Grayscale: #4C4C4C. Windows color (decimal): -13539328 or 26673. OLE color: 26673.

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

Color convert

RGB 49 104 0 -
CMYK 0.53 0 1 0.59
HSL 91.73º 1% 0.2% -
HSV(B) 91.73º 1% 0.41% -
XYZ 6.22 10.55 1.71 -
YUV 75.7 85.28 108.96 -
System Red Green Blue C M Y K H S L
Decimal 49 104 0 0.53 0 1 0.59 91.73 1 0.2
Hex 31 68 0 35 0 64 3B 5C 64 14
Octal 61 150 0 65 0 144 73 134 144 24
Binary 110001 1101000 0 110101 0 1100100 111011 1011100 1100100 10100

Color Harmonies of #316800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316800

Black with #316800

Text Example


Text Example

White with #316800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316800; }

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

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

background-color css

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

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

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

border-color css

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

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

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