#316304

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

Shades of Verdun Green #316304

Tints of Verdun Green #316304

Color information

#316304 (or 0x316304) is unknown color: approx Verdun Green. HEX triplet: 31, 63 and 04. RGB value is (49,99,4). Sum of RGB (Red+Green+Blue) = 49+99+4=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 99 (39.06% from 255 or 65.13% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 99 - color contains mainly: green. Hex color #316304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316304 is #CE9CFB. Grayscale: #494949. Windows color (decimal): -13540604 or 287537. OLE color: 287537.

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

Color convert

RGB49994-
CMYK0.5100.960.61
HSL91.58º92.23%20.2%-
HSV(B)91.58º95.96%38.82%-
XYZ5.759.591.66-
YUV73.2288.94110.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.24%
GREEN value IS 99 (39.06% from 255) = 65.13%
BLUE value IS 4 (1.95% from 255) = 2.63%
R=32.24%
G=65.13%
B=2.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal499940.5100.960.6191.5892.2320.2
Hex31634330603D5c5c14
Octal6114346301407513413424
Binary1100011100011100110011011000001111011011100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316304; }

 p { color: rgb(49,99,4); }

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

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

 a { background-color: rgb(49,99,4); }

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

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

 span { border-color: rgb(49,99,4); }

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