#316300

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

Shades of Verdun Green #316300

Tints of Verdun Green #316300

Color information

#316300 (or 0x316300) is unknown color: approx Verdun Green. HEX triplet: 31, 63 and 00. RGB value is (49,99,0). Sum of RGB (Red+Green+Blue) = 49+99+0=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 99 (39.06% from 255 or 66.89% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 99 - color contains mainly: green. Hex color #316300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316300 is #CE9CFF. Grayscale: #494949. Windows color (decimal): -13540608 or 25393. OLE color: 25393.

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

Color convert

RGB49990-
CMYK0.51010.61
HSL90.3º100%19.41%-
HSV(B)90.3º100%38.82%-
XYZ5.739.581.55-
YUV72.7686.94111.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.11%
GREEN value IS 99 (39.06% from 255) = 66.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.11%
G=66.89%
B=0%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal499900.51010.6190.310019.41
Hex31630330643D5a6413
Octal6114306301447513214423
Binary11000111000110110011011001001111011011010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316300; }

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

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

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

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

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

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

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

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