#315706

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

Shades of Verdun Green #315706

Tints of Verdun Green #315706

Color information

#315706 (or 0x315706) is unknown color: approx Verdun Green. HEX triplet: 31, 57 and 06. RGB value is (49,87,6). Sum of RGB (Red+Green+Blue) = 49+87+6=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 87 (34.38% from 255 or 61.27% from 142); Blue value is 6 (2.73% from 255 or 4.23% from 142); Max value from RGB is 87 - color contains mainly: green. Hex color #315706 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315706 is #CEA8F9. Grayscale: #424242. Windows color (decimal): -13543674 or 415537. OLE color: 415537.

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

Color convert

RGB49876-
CMYK0.4400.930.66
HSL88.15º87.1%18.24%-
HSV(B)88.15º93.1%34.12%-
XYZ4.717.481.37-
YUV66.493.91115.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.51%
GREEN value IS 87 (34.38% from 255) = 61.27%
BLUE value IS 6 (2.73% from 255) = 4.23%
R=34.51%
G=61.27%
B=4.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal498760.4400.930.6688.1587.118.24
Hex315762C05D42585712
Octal61127654013510213012722
Binary11000110101111101011000101110110000101011000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315706; }

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

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

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

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

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

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

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

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