#316502

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

Shades of Verdun Green #316502

Tints of Verdun Green #316502

Color information

#316502 (or 0x316502) is unknown color: approx Verdun Green. HEX triplet: 31, 65 and 02. RGB value is (49,101,2). Sum of RGB (Red+Green+Blue) = 49+101+2=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 101 (39.84% from 255 or 66.45% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 101 - color contains mainly: green. Hex color #316502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316502 is #CE9AFD. Grayscale: #4A4A4A. Windows color (decimal): -13540094 or 156977. OLE color: 156977.

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

Color convert

RGB491012-
CMYK0.5100.980.60
HSL91.52º96.12%20.2%-
HSV(B)91.52º98.02%39.61%-
XYZ5.939.961.67-
YUV74.1787.27110.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.24%
GREEN value IS 101 (39.84% from 255) = 66.45%
BLUE value IS 2 (1.17% from 255) = 1.32%
R=32.24%
G=66.45%
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.60
SystemRedGreenBlueCMYKHSL
Decimal4910120.5100.980.6091.5296.1220.2
Hex31652330623C5c6014
Octal6114526301427413414024
Binary110001110010110110011011000101111001011100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316502; }

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

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

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

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

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

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

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

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