#494508

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

Shades of Verdun Green #494508

Tints of Verdun Green #494508

Color information

#494508 (or 0x494508) is unknown color: approx Verdun Green. HEX triplet: 49, 45 and 08. RGB value is (73,69,8). Sum of RGB (Red+Green+Blue) = 73+69+8=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 69 (27.34% from 255 or 46% from 150); Blue value is 8 (3.52% from 255 or 5.33% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #494508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494508 is #B6BAF7. Grayscale: #3F3F3F. Windows color (decimal): -11975416 or 542025. OLE color: 542025.

HSL color Cylindrical-coordinate representation of color #494508: hue angle of 56.31º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #494508 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB73698-
CMYK00.050.890.71
HSL56.31º80.25%15.88%-
HSV(B)56.31º89.04%28.63%-
XYZ4.925.691.07-
YUV63.2496.83134.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.67%
GREEN value IS 69 (27.34% from 255) = 46%
BLUE value IS 8 (3.52% from 255) = 5.33%
R=48.67%
G=46%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.89
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7369800.050.890.7156.3180.2515.88
Hex49458055947385010
Octal11110510051311077012020
Binary100100110001011000010110110011000111111000101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494508; }

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

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

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

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

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

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

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

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