#4F6B10

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

Shades of Verdun Green #4F6B10

Tints of Verdun Green #4F6B10

Color information

#4F6B10 (or 0x4F6B10) is unknown color: approx Verdun Green. HEX triplet: 4F, 6B and 10. RGB value is (79,107,16). Sum of RGB (Red+Green+Blue) = 79+107+16=202 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.11% from 202); Green value is 107 (42.19% from 255 or 52.97% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 107 - color contains mainly: green. Hex color #4F6B10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F6B10 is #B094EF. Grayscale: #585858. Windows color (decimal): -11572464 or 1076047. OLE color: 1076047.

HSL color Cylindrical-coordinate representation of color #4F6B10: hue angle of 78.46º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F6B10 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.58.

Color convert

RGB7910716-
CMYK0.2600.850.58
HSL78.46º73.98%24.12%-
HSV(B)78.46º85.05%41.96%-
XYZ8.5812.222.4-
YUV88.2587.22121.4-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 39.11%
GREEN value IS 107 (42.19% from 255) = 52.97%
BLUE value IS 16 (6.64% from 255) = 7.92%
R=39.11%
G=52.97%
B=7.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79107160.2600.850.5878.4673.9824.12
Hex4F6B101A0553A4e4a18
Octal117153203201257211611230
Binary100111111010111000011010010101011110101001110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,107,16); }

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

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

 a { background-color: rgb(79,107,16); }

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

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

 span { border-color: rgb(79,107,16); }

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