#316009

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

Shades of Verdun Green #316009

Tints of Verdun Green #316009

Color information

#316009 (or 0x316009) is unknown color: approx Verdun Green. HEX triplet: 31, 60 and 09. RGB value is (49,96,9). Sum of RGB (Red+Green+Blue) = 49+96+9=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 96 (37.89% from 255 or 62.34% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 96 - color contains mainly: green. Hex color #316009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316009 is #CE9FF6. Grayscale: #484848. Windows color (decimal): -13541367 or 614449. OLE color: 614449.

HSL color Cylindrical-coordinate representation of color #316009: hue angle of 92.41º 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 #316009 is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB49969-
CMYK0.4900.910.62
HSL92.41º82.86%20.59%-
HSV(B)92.41º90.62%37.65%-
XYZ5.59.041.71-
YUV72.0392.43111.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.82%
GREEN value IS 96 (37.89% from 255) = 62.34%
BLUE value IS 9 (3.91% from 255) = 5.84%
R=31.82%
G=62.34%
B=5.84%

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
Decimal499690.4900.910.6292.4182.8620.59
Hex316093105B3E5c5315
Octal61140116101337613412325
Binary11000111000001001110001010110111111101011100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316009; }

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

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

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

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

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

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

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

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