#49600F

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

Shades of Verdun Green #49600F

Tints of Verdun Green #49600F

Color information

#49600F (or 0x49600F) is unknown color: approx Verdun Green. HEX triplet: 49, 60 and 0F. RGB value is (73,96,15). Sum of RGB (Red+Green+Blue) = 73+96+15=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #49600F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49600F is #B69FF0. Grayscale: #505050. Windows color (decimal): -11968497 or 1007689. OLE color: 1007689.

HSL color Cylindrical-coordinate representation of color #49600F: hue angle of 77.04º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49600F is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB739615-
CMYK0.2400.840.62
HSL77.04º72.97%21.76%-
HSV(B)77.04º84.38%37.65%-
XYZ7.029.821.98-
YUV79.8991.38123.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.67%
GREEN value IS 96 (37.89% from 255) = 52.17%
BLUE value IS 15 (6.25% from 255) = 8.15%
R=39.67%
G=52.17%
B=8.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396150.2400.840.6277.0472.9721.76
Hex4960F180543E4d4916
Octal111140173001247611511126
Binary10010011100000111111000010101001111101001101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49600F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49600F; }

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

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

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

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

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

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

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

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