#49680F

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

Shades of Verdun Green #49680F

Tints of Verdun Green #49680F

Color information

#49680F (or 0x49680F) is unknown color: approx Verdun Green. HEX triplet: 49, 68 and 0F. RGB value is (73,104,15). Sum of RGB (Red+Green+Blue) = 73+104+15=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 104 (41.02% from 255 or 54.17% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 104 - color contains mainly: green. Hex color #49680F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49680F is #B697F0. Grayscale: #545454. Windows color (decimal): -11966449 or 1009737. OLE color: 1009737.

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

Color convert

RGB7310415-
CMYK0.3000.860.59
HSL80.9º74.79%23.33%-
HSV(B)80.9º85.58%40.78%-
XYZ7.7811.352.23-
YUV84.5888.73119.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.02%
GREEN value IS 104 (41.02% from 255) = 54.17%
BLUE value IS 15 (6.25% from 255) = 7.81%
R=38.02%
G=54.17%
B=7.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73104150.3000.860.5980.974.7923.33
Hex4968F1E0563B514b17
Octal111150173601267312111327
Binary10010011101000111111110010101101110111010001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49680F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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