#49680c

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

Shades of Verdun Green #49680C

Tints of Verdun Green #49680C

Color information

#49680C (or 0x49680C) is unknown color: approx Verdun Green. HEX triplet: 49, 68 and 0C. RGB value is (73,104,12). Sum of RGB (Red+Green+Blue) = 73+104+12=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 104 (41.02% from 255 or 55.03% from 189); Blue value is 12 (5.08% from 255 or 6.35% from 189); Max value from RGB is 104 - color contains mainly: green. Hex color #49680C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49680C is #B697F3. Grayscale: #545454. Windows color (decimal): -11966452 or 813129. OLE color: 813129.

HSL color Cylindrical-coordinate representation of color #49680C: hue angle of 80.22º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49680C is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB7310412-
CMYK0.3000.880.59
HSL80.22º79.31%22.75%-
HSV(B)80.22º88.46%40.78%-
XYZ7.7611.342.13-
YUV84.2487.23119.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.62%
GREEN value IS 104 (41.02% from 255) = 55.03%
BLUE value IS 12 (5.08% from 255) = 6.35%
R=38.62%
G=55.03%
B=6.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73104120.3000.880.5980.2279.3122.75
Hex4968C1E0583B504f17
Octal111150143601307312011727
Binary10010011101000110011110010110001110111010000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49680c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49680c; }

 p { color: rgb(73,104,12); }

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

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

 a { background-color: rgb(73,104,12); }

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

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

 span { border-color: rgb(73,104,12); }

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