#315604

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

Shades of Verdun Green #315604

Tints of Verdun Green #315604

Color information

#315604 (or 0x315604) is unknown color: approx Verdun Green. HEX triplet: 31, 56 and 04. RGB value is (49,86,4). Sum of RGB (Red+Green+Blue) = 49+86+4=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 86 (33.98% from 255 or 61.87% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 86 - color contains mainly: green. Hex color #315604 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315604 is #CEA9FB. Grayscale: #414141. Windows color (decimal): -13543932 or 284209. OLE color: 284209.

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

Color convert

RGB49864-
CMYK0.4300.950.66
HSL87.07º91.11%17.65%-
HSV(B)87.07º95.35%33.73%-
XYZ4.627.321.28-
YUV65.5993.24116.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.25%
GREEN value IS 86 (33.98% from 255) = 61.87%
BLUE value IS 4 (1.95% from 255) = 2.88%
R=35.25%
G=61.87%
B=2.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal498640.4300.950.6687.0791.1117.65
Hex315642B05F42575b12
Octal61126453013710212713322
Binary11000110101101001010110101111110000101010111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315604; }

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

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

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

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

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

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

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

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