#4F6416

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

Shades of Verdun Green #4F6416

Tints of Verdun Green #4F6416

Color information

#4F6416 (or 0x4F6416) is unknown color: approx Verdun Green. HEX triplet: 4F, 64 and 16. RGB value is (79,100,22). Sum of RGB (Red+Green+Blue) = 79+100+22=201 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.30% from 201); Green value is 100 (39.45% from 255 or 49.75% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 100 - color contains mainly: green. Hex color #4F6416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F6416 is #B09BE9. Grayscale: #555555. Windows color (decimal): -11574250 or 1467471. OLE color: 1467471.

HSL color Cylindrical-coordinate representation of color #4F6416: hue angle of 76.15º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F6416 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB7910022-
CMYK0.2100.780.61
HSL76.15º63.93%23.92%-
HSV(B)76.15º78%39.22%-
XYZ7.9310.832.43-
YUV84.8392.54123.84-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 39.30%
GREEN value IS 100 (39.45% from 255) = 49.75%
BLUE value IS 22 (8.98% from 255) = 10.95%
R=39.30%
G=49.75%
B=10.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal79100220.2100.780.6176.1563.9323.92
Hex4F64161504E3D4c4018
Octal117144262501167511410030
Binary100111111001001011010101010011101111011001100100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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