#316603

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

Shades of Verdun Green #316603

Tints of Verdun Green #316603

Color information

#316603 (or 0x316603) is unknown color: approx Verdun Green. HEX triplet: 31, 66 and 03. RGB value is (49,102,3). Sum of RGB (Red+Green+Blue) = 49+102+3=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 102 (40.23% from 255 or 66.23% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 102 - color contains mainly: green. Hex color #316603 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316603 is #CE99FC. Grayscale: #4B4B4B. Windows color (decimal): -13539837 or 222769. OLE color: 222769.

HSL color Cylindrical-coordinate representation of color #316603: hue angle of 92.12º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #316603 is Cyan = 0.52, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.6.

Color convert

RGB491023-
CMYK0.5200.970.6
HSL92.12º94.29%20.59%-
HSV(B)92.12º97.06%40%-
XYZ6.0310.161.73-
YUV74.8787.44109.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.82%
GREEN value IS 102 (40.23% from 255) = 66.23%
BLUE value IS 3 (1.56% from 255) = 1.95%
R=31.82%
G=66.23%
B=1.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal4910230.5200.970.692.1294.2920.59
Hex31663340613C5c5e15
Octal6114636401417413413625
Binary110001110011011110100011000011111001011100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316603; }

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

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

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

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

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

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

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

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