Html Css Color HEX #316801 Verdun Green

📋 copy color: '#316801'

red 49 ◦ green 104 ◦ blue 1

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

Shades of Verdun Green #316801

Tints of Verdun Green #316801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.65%

R = 31.82%
G = 67.53%
B = 0.65%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#316801 (or 0x316801) is known color: Verdun Green. HEX triplet: 31, 68 and 01. RGB value is (49,104,1). Sum of RGB (Red+Green+Blue) = 49+104+1=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 104 (41.02% from 255 or 67.53% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 104 - color contains mainly: green. Hex color #316801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316801 is #CE97FE. Grayscale: #4C4C4C. Windows color (decimal): -13539327 or 92209. OLE color: 92209.

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

Color convert

RGB 49 104 1 -
CMYK 0.53 0 0.99 0.59
HSL 92.04º 0.98% 0.21% -
HSV(B) 92.04º 0.99% 0.41% -
XYZ 6.22 10.56 1.74 -
YUV 75.81 85.78 108.88 -
System Red Green Blue C M Y K H S L
Decimal 49 104 1 0.53 0 0.99 0.59 92.04 0.98 0.21
Hex 31 68 1 35 0 63 3B 5C 62 15
Octal 61 150 1 65 0 143 73 134 142 25
Binary 110001 1101000 1 110101 0 1100011 111011 1011100 1100010 10101

Color Harmonies of #316801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316801

Black with #316801

Text Example


Text Example

White with #316801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316801; }

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

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

background-color css

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

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

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

border-color css

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

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

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