Html Css Color HEX #316100 Verdun Green

📋 copy color: '#316100'

red 49 ◦ green 97 ◦ blue 0

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

Shades of Verdun Green #316100

Tints of Verdun Green #316100

RGB

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

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

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

R = 33.56%
G = 66.44%
B = 0%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#316100 (or 0x316100) is known color: Verdun Green. HEX triplet: 31, 61 and 00. RGB value is (49,97,0). Sum of RGB (Red+Green+Blue) = 49+97+0=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 97 (38.28% from 255 or 66.44% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 97 - color contains mainly: green. Hex color #316100 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316100 is #CE9EFF. Grayscale: #474747. Windows color (decimal): -13541120 or 24881. OLE color: 24881.

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

Color convert

RGB 49 97 0 -
CMYK 0.49 0 1 0.62
HSL 89.69º 1% 0.19% -
HSV(B) 89.69º 1% 0.38% -
XYZ 5.54 9.2 1.48 -
YUV 71.59 87.6 111.89 -
System Red Green Blue C M Y K H S L
Decimal 49 97 0 0.49 0 1 0.62 89.69 1 0.19
Hex 31 61 0 31 0 64 3E 5A 64 13
Octal 61 141 0 61 0 144 76 132 144 23
Binary 110001 1100001 0 110001 0 1100100 111110 1011010 1100100 10011

Color Harmonies of #316100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316100

Black with #316100

Text Example


Text Example

White with #316100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316100; }

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

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

background-color css

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

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

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

border-color css

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

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

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