#315804

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

Shades of Verdun Green #315804

Tints of Verdun Green #315804

Color information

#315804 (or 0x315804) is unknown color: approx Verdun Green. HEX triplet: 31, 58 and 04. RGB value is (49,88,4). Sum of RGB (Red+Green+Blue) = 49+88+4=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 88 (34.77% from 255 or 62.41% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 88 - color contains mainly: green. Hex color #315804 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315804 is #CEA7FB. Grayscale: #434343. Windows color (decimal): -13543420 or 284721. OLE color: 284721.

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

Color convert

RGB49884-
CMYK0.4400.950.65
HSL87.86º91.3%18.04%-
HSV(B)87.86º95.45%34.51%-
XYZ4.787.641.34-
YUV66.7692.58115.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.75%
GREEN value IS 88 (34.77% from 255) = 62.41%
BLUE value IS 4 (1.95% from 255) = 2.84%
R=34.75%
G=62.41%
B=2.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal498840.4400.950.6587.8691.318.04
Hex315842C05F41585b12
Octal61130454013710113013322
Binary11000110110001001011000101111110000011011000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315804; }

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

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

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

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

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

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

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

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