#494B10

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

Shades of Verdun Green #494B10

Tints of Verdun Green #494B10

Color information

#494B10 (or 0x494B10) is unknown color: approx Verdun Green. HEX triplet: 49, 4B and 10. RGB value is (73,75,16). Sum of RGB (Red+Green+Blue) = 73+75+16=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 75 (29.69% from 255 or 45.73% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 75 - color contains mainly: green. Hex color #494B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494B10 is #B6B4EF. Grayscale: #434343. Windows color (decimal): -11973872 or 1067849. OLE color: 1067849.

HSL color Cylindrical-coordinate representation of color #494B10: hue angle of 62.03º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #494B10 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB737516-
CMYK0.0300.790.71
HSL62.03º64.84%17.84%-
HSV(B)62.03º78.67%29.41%-
XYZ5.366.491.46-
YUV67.6898.84131.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.51%
GREEN value IS 75 (29.69% from 255) = 45.73%
BLUE value IS 16 (6.64% from 255) = 9.76%
R=44.51%
G=45.73%
B=9.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7375160.0300.790.7162.0364.8417.84
Hex494B10304F473e4112
Octal11111320301171077610122
Binary100100110010111000011010011111000111111110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494B10; }

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

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

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

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

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

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

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

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