#4F6816

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

Shades of Verdun Green #4F6816

Tints of Verdun Green #4F6816

Color information

#4F6816 (or 0x4F6816) is unknown color: approx Verdun Green. HEX triplet: 4F, 68 and 16. RGB value is (79,104,22). Sum of RGB (Red+Green+Blue) = 79+104+22=205 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.54% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #4F6816 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F6816 is #B097E9. Grayscale: #575757. Windows color (decimal): -11573226 or 1468495. OLE color: 1468495.

HSL color Cylindrical-coordinate representation of color #4F6816: hue angle of 78.29º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4F6816 is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB7910422-
CMYK0.2400.790.59
HSL78.29º65.08%24.71%-
HSV(B)78.29º78.85%40.78%-
XYZ8.3211.622.56-
YUV87.1891.22122.17-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.54%
GREEN value IS 104 (41.02% from 255) = 50.73%
BLUE value IS 22 (8.98% from 255) = 10.73%
R=38.54%
G=50.73%
B=10.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal79104220.2400.790.5978.2965.0824.71
Hex4F68161804F3B4e4119
Octal117150263001177311610131
Binary100111111010001011011000010011111110111001110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F6816; }

 p { color: rgb(79,104,22); }

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

<style>
 a { background-color: #4F6816; }

 a { background-color: rgb(79,104,22); }

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

<style>
 span { border-color: #4F6816; }

 span { border-color: rgb(79,104,22); }

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