#49660D

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

Shades of Verdun Green #49660D

Tints of Verdun Green #49660D

Color information

#49660D (or 0x49660D) is unknown color: approx Verdun Green. HEX triplet: 49, 66 and 0D. RGB value is (73,102,13). Sum of RGB (Red+Green+Blue) = 73+102+13=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 102 (40.23% from 255 or 54.26% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 102 - color contains mainly: green. Hex color #49660D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49660D is #B699F2. Grayscale: #535353. Windows color (decimal): -11966963 or 878153. OLE color: 878153.

HSL color Cylindrical-coordinate representation of color #49660D: hue angle of 79.55º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #49660D is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.6.

Color convert

RGB7310213-
CMYK0.2800.870.6
HSL79.55º77.39%22.55%-
HSV(B)79.55º87.25%40%-
XYZ7.5710.952.09-
YUV83.1888.39120.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.83%
GREEN value IS 102 (40.23% from 255) = 54.26%
BLUE value IS 13 (5.47% from 255) = 6.91%
R=38.83%
G=54.26%
B=6.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal73102130.2800.870.679.5577.3922.55
Hex4966D1C0573C504d17
Octal111146153401277412011527
Binary10010011100110110111100010101111111001010000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49660D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49660D; }

 p { color: rgb(73,102,13); }

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

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

 a { background-color: rgb(73,102,13); }

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

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

 span { border-color: rgb(73,102,13); }

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