#4F6B08

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

Shades of Verdun Green #4F6B08

Tints of Verdun Green #4F6B08

Color information

#4F6B08 (or 0x4F6B08) is unknown color: approx Verdun Green. HEX triplet: 4F, 6B and 08. RGB value is (79,107,8). Sum of RGB (Red+Green+Blue) = 79+107+8=194 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.72% from 194); Green value is 107 (42.19% from 255 or 55.15% from 194); Blue value is 8 (3.52% from 255 or 4.12% from 194); Max value from RGB is 107 - color contains mainly: green. Hex color #4F6B08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F6B08 is #B094F7. Grayscale: #575757. Windows color (decimal): -11572472 or 551759. OLE color: 551759.

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

Color convert

RGB791078-
CMYK0.2600.930.58
HSL76.97º86.09%22.55%-
HSV(B)76.97º92.52%41.96%-
XYZ8.5312.22.13-
YUV87.3483.22122.05-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.72%
GREEN value IS 107 (42.19% from 255) = 55.15%
BLUE value IS 8 (3.52% from 255) = 4.12%
R=40.72%
G=55.15%
B=4.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7910780.2600.930.5876.9786.0922.55
Hex4F6B81A05D3A4d5617
Octal117153103201357211512627
Binary10011111101011100011010010111011110101001101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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