#315803

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

Shades of Verdun Green #315803

Tints of Verdun Green #315803

Color information

#315803 (or 0x315803) is unknown color: approx Verdun Green. HEX triplet: 31, 58 and 03. RGB value is (49,88,3). Sum of RGB (Red+Green+Blue) = 49+88+3=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 88 (34.77% from 255 or 62.86% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 88 - color contains mainly: green. Hex color #315803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315803 is #CEA7FC. Grayscale: #424242. Windows color (decimal): -13543421 or 219185. OLE color: 219185.

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

Color convert

RGB49883-
CMYK0.4400.970.65
HSL87.53º93.41%17.84%-
HSV(B)87.53º96.59%34.51%-
XYZ4.777.641.31-
YUV66.6592.08115.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35%
GREEN value IS 88 (34.77% from 255) = 62.86%
BLUE value IS 3 (1.56% from 255) = 2.14%
R=35%
G=62.86%
B=2.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal498830.4400.970.6587.5393.4117.84
Hex315832C06141585d12
Octal61130354014110113013522
Binary1100011011000111011000110000110000011011000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315803; }

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

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

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

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

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

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

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

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