#316402

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

Shades of Verdun Green #316402

Tints of Verdun Green #316402

Color information

#316402 (or 0x316402) is unknown color: approx Verdun Green. HEX triplet: 31, 64 and 02. RGB value is (49,100,2). Sum of RGB (Red+Green+Blue) = 49+100+2=151 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.45% from 151); Green value is 100 (39.45% from 255 or 66.23% from 151); Blue value is 2 (1.17% from 255 or 1.32% from 151); Max value from RGB is 100 - color contains mainly: green. Hex color #316402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316402 is #CE9BFD. Grayscale: #494949. Windows color (decimal): -13540350 or 156721. OLE color: 156721.

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

Color convert

RGB491002-
CMYK0.5100.980.61
HSL91.22º96.08%20%-
HSV(B)91.22º98%39.22%-
XYZ5.839.771.64-
YUV73.5887.6110.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.45%
GREEN value IS 100 (39.45% from 255) = 66.23%
BLUE value IS 2 (1.17% from 255) = 1.32%
R=32.45%
G=66.23%
B=1.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4910020.5100.980.6191.2296.0820
Hex31642330623D5b6014
Octal6114426301427513314024
Binary110001110010010110011011000101111011011011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316402; }

 p { color: rgb(49,100,2); }

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

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

 a { background-color: rgb(49,100,2); }

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

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

 span { border-color: rgb(49,100,2); }

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