#316109

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

Shades of Verdun Green #316109

Tints of Verdun Green #316109

Color information

#316109 (or 0x316109) is unknown color: approx Verdun Green. HEX triplet: 31, 61 and 09. RGB value is (49,97,9). Sum of RGB (Red+Green+Blue) = 49+97+9=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 97 (38.28% from 255 or 62.58% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 97 - color contains mainly: green. Hex color #316109 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316109 is #CE9EF6. Grayscale: #484848. Windows color (decimal): -13541111 or 614705. OLE color: 614705.

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

Color convert

RGB49979-
CMYK0.4900.910.62
HSL92.73º83.02%20.78%-
HSV(B)92.73º90.72%38.04%-
XYZ5.599.221.74-
YUV72.6292.1111.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.61%
GREEN value IS 97 (38.28% from 255) = 62.58%
BLUE value IS 9 (3.91% from 255) = 5.81%
R=31.61%
G=62.58%
B=5.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal499790.4900.910.6292.7383.0220.78
Hex316193105B3E5d5315
Octal61141116101337613512325
Binary11000111000011001110001010110111111101011101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316109; }

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

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

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

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

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

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

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

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