#316205

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

Shades of Verdun Green #316205

Tints of Verdun Green #316205

Color information

#316205 (or 0x316205) is unknown color: approx Verdun Green. HEX triplet: 31, 62 and 05. RGB value is (49,98,5). Sum of RGB (Red+Green+Blue) = 49+98+5=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 98 (38.67% from 255 or 64.47% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 98 - color contains mainly: green. Hex color #316205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316205 is #CE9DFA. Grayscale: #494949. Windows color (decimal): -13540859 or 352817. OLE color: 352817.

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

Color convert

RGB49985-
CMYK0.500.950.62
HSL91.61º90.29%20.2%-
HSV(B)91.61º94.9%38.43%-
XYZ5.669.41.66-
YUV72.7589.77111.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.24%
GREEN value IS 98 (38.67% from 255) = 64.47%
BLUE value IS 5 (2.34% from 255) = 3.29%
R=32.24%
G=64.47%
B=3.29%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal499850.500.950.6291.6190.2920.2
Hex316253205F3E5c5a14
Octal6114256201377613413224
Binary1100011100010101110010010111111111101011100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316205; }

 p { color: rgb(49,98,5); }

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

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

 a { background-color: rgb(49,98,5); }

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

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

 span { border-color: rgb(49,98,5); }

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