#49610F

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

Shades of Verdun Green #49610F

Tints of Verdun Green #49610F

Color information

#49610F (or 0x49610F) is unknown color: approx Verdun Green. HEX triplet: 49, 61 and 0F. RGB value is (73,97,15). Sum of RGB (Red+Green+Blue) = 73+97+15=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 97 (38.28% from 255 or 52.43% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 97 - color contains mainly: green. Hex color #49610F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49610F is #B69EF0. Grayscale: #505050. Windows color (decimal): -11968241 or 1007945. OLE color: 1007945.

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

Color convert

RGB739715-
CMYK0.2500.850.62
HSL77.56º73.21%21.96%-
HSV(B)77.56º84.54%38.04%-
XYZ7.11102.01-
YUV80.4891.05122.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.46%
GREEN value IS 97 (38.28% from 255) = 52.43%
BLUE value IS 15 (6.25% from 255) = 8.11%
R=39.46%
G=52.43%
B=8.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397150.2500.850.6277.5673.2121.96
Hex4961F190553E4e4916
Octal111141173101257611611126
Binary10010011100001111111001010101011111101001110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49610F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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