#315601

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

Shades of Verdun Green #315601

Tints of Verdun Green #315601

Color information

#315601 (or 0x315601) is unknown color: approx Verdun Green. HEX triplet: 31, 56 and 01. RGB value is (49,86,1). Sum of RGB (Red+Green+Blue) = 49+86+1=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 86 (33.98% from 255 or 63.24% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 86 - color contains mainly: green. Hex color #315601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315601 is #CEA9FE. Grayscale: #414141. Windows color (decimal): -13543935 or 87601. OLE color: 87601.

HSL color Cylindrical-coordinate representation of color #315601: hue angle of 86.12º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #315601 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB49861-
CMYK0.4300.990.66
HSL86.12º97.7%17.06%-
HSV(B)86.12º98.84%33.73%-
XYZ4.67.311.2-
YUV65.2591.74116.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.03%
GREEN value IS 86 (33.98% from 255) = 63.24%
BLUE value IS 1 (0.78% from 255) = 0.74%
R=36.03%
G=63.24%
B=0.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal498610.4300.990.6686.1297.717.06
Hex315612B06342566211
Octal61126153014310212614221
Binary110001101011011010110110001110000101010110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315601; }

 p { color: rgb(49,86,1); }

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

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

 a { background-color: rgb(49,86,1); }

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

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

 span { border-color: rgb(49,86,1); }

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