#495110

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

Shades of Verdun Green #495110

Tints of Verdun Green #495110

Color information

#495110 (or 0x495110) is unknown color: approx Verdun Green. HEX triplet: 49, 51 and 10. RGB value is (73,81,16). Sum of RGB (Red+Green+Blue) = 73+81+16=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 81 (32.03% from 255 or 47.65% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 81 - color contains mainly: green. Hex color #495110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495110 is #B6AEEF. Grayscale: #474747. Windows color (decimal): -11972336 or 1069385. OLE color: 1069385.

HSL color Cylindrical-coordinate representation of color #495110: hue angle of 67.38º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #495110 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB738116-
CMYK0.1000.800.68
HSL67.38º67.01%19.02%-
HSV(B)67.38º80.25%31.76%-
XYZ5.787.341.6-
YUV71.296.85129.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.94%
GREEN value IS 81 (32.03% from 255) = 47.65%
BLUE value IS 16 (6.64% from 255) = 9.41%
R=42.94%
G=47.65%
B=9.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7381160.1000.800.6867.3867.0119.02
Hex495110A05044434313
Octal1111212012012010410310323
Binary100100110100011000010100101000010001001000011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495110; }

 p { color: rgb(73,81,16); }

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

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

 a { background-color: rgb(73,81,16); }

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

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

 span { border-color: rgb(73,81,16); }

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