#49500f

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

Shades of Verdun Green #49500F

Tints of Verdun Green #49500F

Color information

#49500F (or 0x49500F) is unknown color: approx Verdun Green. HEX triplet: 49, 50 and 0F. RGB value is (73,80,15). Sum of RGB (Red+Green+Blue) = 73+80+15=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 80 - color contains mainly: green. Hex color #49500F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49500F is #B6AFF0. Grayscale: #464646. Windows color (decimal): -11972593 or 1003593. OLE color: 1003593.

HSL color Cylindrical-coordinate representation of color #49500F: hue angle of 66.46º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #49500F is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB738015-
CMYK0.0900.810.69
HSL66.46º68.42%18.63%-
HSV(B)66.46º81.25%31.37%-
XYZ5.77.191.54-
YUV70.596.68129.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.45%
GREEN value IS 80 (31.64% from 255) = 47.62%
BLUE value IS 15 (6.25% from 255) = 8.93%
R=43.45%
G=47.62%
B=8.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7380150.0900.810.6966.4668.4218.63
Hex4950F905145424413
Octal1111201711012110510210423
Binary10010011010000111110010101000110001011000010100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49500f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49500f; }

 p { color: rgb(73,80,15); }

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

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

 a { background-color: rgb(73,80,15); }

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

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

 span { border-color: rgb(73,80,15); }

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