#4F680F

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

Shades of Verdun Green #4F680F

Tints of Verdun Green #4F680F

Color information

#4F680F (or 0x4F680F) is unknown color: approx Verdun Green. HEX triplet: 4F, 68 and 0F. RGB value is (79,104,15). Sum of RGB (Red+Green+Blue) = 79+104+15=198 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.90% from 198); Green value is 104 (41.02% from 255 or 52.53% from 198); Blue value is 15 (6.25% from 255 or 7.58% from 198); Max value from RGB is 104 - color contains mainly: green. Hex color #4F680F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F680F is #B097F0. Grayscale: #565656. Windows color (decimal): -11573233 or 1009743. OLE color: 1009743.

HSL color Cylindrical-coordinate representation of color #4F680F: hue angle of 76.85º 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 #4F680F is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB7910415-
CMYK0.2400.860.59
HSL76.85º74.79%23.33%-
HSV(B)76.85º85.58%40.78%-
XYZ8.2611.62.26-
YUV86.3887.72122.74-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 39.90%
GREEN value IS 104 (41.02% from 255) = 52.53%
BLUE value IS 15 (6.25% from 255) = 7.58%
R=39.90%
G=52.53%
B=7.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal79104150.2400.860.5976.8574.7923.33
Hex4F68F180563B4d4b17
Octal117150173001267311511327
Binary10011111101000111111000010101101110111001101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F680F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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