#315603

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

Shades of Verdun Green #315603

Tints of Verdun Green #315603

Color information

#315603 (or 0x315603) is unknown color: approx Verdun Green. HEX triplet: 31, 56 and 03. RGB value is (49,86,3). Sum of RGB (Red+Green+Blue) = 49+86+3=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 86 (33.98% from 255 or 62.32% from 138); Blue value is 3 (1.56% from 255 or 2.17% from 138); Max value from RGB is 86 - color contains mainly: green. Hex color #315603 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315603 is #CEA9FC. Grayscale: #414141. Windows color (decimal): -13543933 or 218673. OLE color: 218673.

HSL color Cylindrical-coordinate representation of color #315603: hue angle of 86.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #315603 is Cyan = 0.43, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB49863-
CMYK0.4300.970.66
HSL86.75º93.26%17.45%-
HSV(B)86.75º96.51%33.73%-
XYZ4.617.321.26-
YUV65.4792.74116.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.51%
GREEN value IS 86 (33.98% from 255) = 62.32%
BLUE value IS 3 (1.56% from 255) = 2.17%
R=35.51%
G=62.32%
B=2.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal498630.4300.970.6686.7593.2617.45
Hex315632B06142575d11
Octal61126353014110212713521
Binary1100011010110111010110110000110000101010111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315603; }

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

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

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

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

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

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

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

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