#494F08

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

Shades of Verdun Green #494F08

Tints of Verdun Green #494F08

Color information

#494F08 (or 0x494F08) is unknown color: approx Verdun Green. HEX triplet: 49, 4F and 08. RGB value is (73,79,8). Sum of RGB (Red+Green+Blue) = 73+79+8=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 79 (31.25% from 255 or 49.38% from 160); Blue value is 8 (3.52% from 255 or 5% from 160); Max value from RGB is 79 - color contains mainly: green. Hex color #494F08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #494F08 is #B6B0F7. Grayscale: #454545. Windows color (decimal): -11972856 or 544585. OLE color: 544585.

HSL color Cylindrical-coordinate representation of color #494F08: hue angle of 65.07º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #494F08 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB73798-
CMYK0.0800.900.69
HSL65.07º81.61%17.06%-
HSV(B)65.07º89.87%30.98%-
XYZ5.597.031.29-
YUV69.1193.51130.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.62%
GREEN value IS 79 (31.25% from 255) = 49.38%
BLUE value IS 8 (3.52% from 255) = 5%
R=45.62%
G=49.38%
B=5%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal737980.0800.900.6965.0781.6117.06
Hex494F8805A45415211
Octal1111171010013210510112221
Binary10010011001111100010000101101010001011000001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,79,8); }

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

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

 a { background-color: rgb(73,79,8); }

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

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

 span { border-color: rgb(73,79,8); }

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