#315704

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

Shades of Verdun Green #315704

Tints of Verdun Green #315704

Color information

#315704 (or 0x315704) is unknown color: approx Verdun Green. HEX triplet: 31, 57 and 04. RGB value is (49,87,4). Sum of RGB (Red+Green+Blue) = 49+87+4=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 87 (34.38% from 255 or 62.14% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 87 - color contains mainly: green. Hex color #315704 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315704 is #CEA8FB. Grayscale: #424242. Windows color (decimal): -13543676 or 284465. OLE color: 284465.

HSL color Cylindrical-coordinate representation of color #315704: hue angle of 87.47º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #315704 is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.66.

Color convert

RGB49874-
CMYK0.4400.950.66
HSL87.47º91.21%17.84%-
HSV(B)87.47º95.4%34.12%-
XYZ4.77.481.31-
YUV66.1892.91115.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35%
GREEN value IS 87 (34.38% from 255) = 62.14%
BLUE value IS 4 (1.95% from 255) = 2.86%
R=35%
G=62.14%
B=2.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal498740.4400.950.6687.4791.2117.84
Hex315742C05F42575b12
Octal61127454013710212713322
Binary11000110101111001011000101111110000101010111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315704; }

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

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

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

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

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

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

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

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