#495F13

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

Shades of Verdun Green #495F13

Tints of Verdun Green #495F13

Color information

#495F13 (or 0x495F13) is unknown color: approx Verdun Green. HEX triplet: 49, 5F and 13. RGB value is (73,95,19). Sum of RGB (Red+Green+Blue) = 73+95+19=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 95 (37.5% from 255 or 50.80% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 95 - color contains mainly: green. Hex color #495F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495F13 is #B6A0EC. Grayscale: #505050. Windows color (decimal): -11968749 or 1269577. OLE color: 1269577.

HSL color Cylindrical-coordinate representation of color #495F13: hue angle of 77.37º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #495F13 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.63.

Color convert

RGB739519-
CMYK0.2300.800.63
HSL77.37º66.67%22.35%-
HSV(B)77.37º80%37.25%-
XYZ6.969.652.11-
YUV79.7693.71123.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.04%
GREEN value IS 95 (37.5% from 255) = 50.80%
BLUE value IS 19 (7.81% from 255) = 10.16%
R=39.04%
G=50.80%
B=10.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7395190.2300.800.6377.3766.6722.35
Hex495F13170503F4d4316
Octal111137232701207711510326
Binary100100110111111001110111010100001111111001101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495F13; }

 p { color: rgb(73,95,19); }

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

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

 a { background-color: rgb(73,95,19); }

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

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

 span { border-color: rgb(73,95,19); }

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