#4F500E

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

Shades of Verdun Green #4F500E

Tints of Verdun Green #4F500E

Color information

#4F500E (or 0x4F500E) is unknown color: approx Verdun Green. HEX triplet: 4F, 50 and 0E. RGB value is (79,80,14). Sum of RGB (Red+Green+Blue) = 79+80+14=173 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.66% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 80 - color contains mainly: green. Hex color #4F500E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F500E is #B0AFF1. Grayscale: #484848. Windows color (decimal): -11579378 or 938063. OLE color: 938063.

HSL color Cylindrical-coordinate representation of color #4F500E: hue angle of 60.91º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F500E is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB798014-
CMYK0.0100.830.69
HSL60.91º70.21%18.43%-
HSV(B)60.91º82.5%31.37%-
XYZ6.177.431.52-
YUV72.1895.17132.87-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 45.66%
GREEN value IS 80 (31.64% from 255) = 46.24%
BLUE value IS 14 (5.86% from 255) = 8.09%
R=45.66%
G=46.24%
B=8.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7980140.0100.830.6960.9170.2118.43
Hex4F50E1053453d4612
Octal11712016101231057510622
Binary1001111101000011101010100111000101111101100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F500E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,80,14); }

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

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

 a { background-color: rgb(79,80,14); }

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

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

 span { border-color: rgb(79,80,14); }

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