#316106

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

Shades of Verdun Green #316106

Tints of Verdun Green #316106

Color information

#316106 (or 0x316106) is unknown color: approx Verdun Green. HEX triplet: 31, 61 and 06. RGB value is (49,97,6). Sum of RGB (Red+Green+Blue) = 49+97+6=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 97 (38.28% from 255 or 63.82% from 152); Blue value is 6 (2.73% from 255 or 3.95% from 152); Max value from RGB is 97 - color contains mainly: green. Hex color #316106 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316106 is #CE9EF9. Grayscale: #484848. Windows color (decimal): -13541114 or 418097. OLE color: 418097.

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

Color convert

RGB49976-
CMYK0.4900.940.62
HSL91.65º88.35%20.2%-
HSV(B)91.65º93.81%38.04%-
XYZ5.579.221.66-
YUV72.2790.6111.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.24%
GREEN value IS 97 (38.28% from 255) = 63.82%
BLUE value IS 6 (2.73% from 255) = 3.95%
R=32.24%
G=63.82%
B=3.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal499760.4900.940.6291.6588.3520.2
Hex316163105E3E5c5814
Octal6114166101367613413024
Binary1100011100001110110001010111101111101011100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316106; }

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

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

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

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

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

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

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

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