#495411

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

Shades of Verdun Green #495411

Tints of Verdun Green #495411

Color information

#495411 (or 0x495411) is unknown color: approx Verdun Green. HEX triplet: 49, 54 and 11. RGB value is (73,84,17). Sum of RGB (Red+Green+Blue) = 73+84+17=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #495411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495411 is #B6ABEE. Grayscale: #494949. Windows color (decimal): -11971567 or 1135689. OLE color: 1135689.

HSL color Cylindrical-coordinate representation of color #495411: hue angle of 69.85º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #495411 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB738417-
CMYK0.1300.800.67
HSL69.85º66.34%19.8%-
HSV(B)69.85º79.76%32.94%-
XYZ6.027.81.72-
YUV73.0796.36127.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.95%
GREEN value IS 84 (33.20% from 255) = 48.28%
BLUE value IS 17 (7.03% from 255) = 9.77%
R=41.95%
G=48.28%
B=9.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7384170.1300.800.6769.8566.3419.8
Hex495411D05043464214
Octal1111242115012010310610224
Binary100100110101001000111010101000010000111000110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495411; }

 p { color: rgb(73,84,17); }

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

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

 a { background-color: rgb(73,84,17); }

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

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

 span { border-color: rgb(73,84,17); }

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