#316303

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

Shades of Verdun Green #316303

Tints of Verdun Green #316303

Color information

#316303 (or 0x316303) is unknown color: approx Verdun Green. HEX triplet: 31, 63 and 03. RGB value is (49,99,3). Sum of RGB (Red+Green+Blue) = 49+99+3=151 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.45% from 151); Green value is 99 (39.06% from 255 or 65.56% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 99 - color contains mainly: green. Hex color #316303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316303 is #CE9CFC. Grayscale: #494949. Windows color (decimal): -13540605 or 222001. OLE color: 222001.

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

Color convert

RGB49993-
CMYK0.5100.970.61
HSL91.25º94.12%20%-
HSV(B)91.25º96.97%38.82%-
XYZ5.749.581.63-
YUV73.1188.44110.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.45%
GREEN value IS 99 (39.06% from 255) = 65.56%
BLUE value IS 3 (1.56% from 255) = 1.99%
R=32.45%
G=65.56%
B=1.99%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal499930.5100.970.6191.2594.1220
Hex31633330613D5b5e14
Octal6114336301417513313624
Binary110001110001111110011011000011111011011011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316303; }

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

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

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

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

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

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

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

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