#315701

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

Shades of Verdun Green #315701

Tints of Verdun Green #315701

Color information

#315701 (or 0x315701) is unknown color: approx Verdun Green. HEX triplet: 31, 57 and 01. RGB value is (49,87,1). Sum of RGB (Red+Green+Blue) = 49+87+1=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 87 (34.38% from 255 or 63.50% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 87 - color contains mainly: green. Hex color #315701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315701 is #CEA8FE. Grayscale: #424242. Windows color (decimal): -13543679 or 87857. OLE color: 87857.

HSL color Cylindrical-coordinate representation of color #315701: hue angle of 86.51º 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 #315701 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB49871-
CMYK0.4400.990.66
HSL86.51º97.73%17.25%-
HSV(B)86.51º98.85%34.12%-
XYZ4.687.471.22-
YUV65.8391.41115.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.77%
GREEN value IS 87 (34.38% from 255) = 63.50%
BLUE value IS 1 (0.78% from 255) = 0.73%
R=35.77%
G=63.50%
B=0.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal498710.4400.990.6686.5197.7317.25
Hex315712C06342576211
Octal61127154014310212714221
Binary110001101011111011000110001110000101010111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315701; }

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

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

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

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

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

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

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

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