#316401

Color #316401 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #316401

Tints of Verdun Green #316401

Color information

#316401 (or 0x316401) is unknown color: approx Verdun Green. HEX triplet: 31, 64 and 01. RGB value is (49,100,1). Sum of RGB (Red+Green+Blue) = 49+100+1=150 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.67% from 150); Green value is 100 (39.45% from 255 or 66.67% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 100 - color contains mainly: green. Hex color #316401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316401 is #CE9BFE. Grayscale: #494949. Windows color (decimal): -13540351 or 91185. OLE color: 91185.

HSL color Cylindrical-coordinate representation of color #316401: hue angle of 90.91º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #316401 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB491001-
CMYK0.5100.990.61
HSL90.91º98.02%19.8%-
HSV(B)90.91º99%39.22%-
XYZ5.839.771.61-
YUV73.4687.1110.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.67%
GREEN value IS 100 (39.45% from 255) = 66.67%
BLUE value IS 1 (0.78% from 255) = 0.67%
R=32.67%
G=66.67%
B=0.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4910010.5100.990.6190.9198.0219.8
Hex31641330633D5b6214
Octal6114416301437513314224
Binary11000111001001110011011000111111011011011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316401; }

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

 H1.HeaderClassName
 {
   color: #316401;
 }
 .AnyTagClassName
 {
   color: #316401;
 }
</style>
background-color css

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

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

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

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

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

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