#4F5011

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

Shades of Verdun Green #4F5011

Tints of Verdun Green #4F5011

Color information

#4F5011 (or 0x4F5011) is unknown color: approx Verdun Green. HEX triplet: 4F, 50 and 11. RGB value is (79,80,17). Sum of RGB (Red+Green+Blue) = 79+80+17=176 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.89% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 80 - color contains mainly: green. Hex color #4F5011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5011 is #B0AFEE. Grayscale: #484848. Windows color (decimal): -11579375 or 1134671. OLE color: 1134671.

HSL color Cylindrical-coordinate representation of color #4F5011: hue angle of 60.95º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4F5011 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB798017-
CMYK0.0100.790.69
HSL60.95º64.95%19.02%-
HSV(B)60.95º78.75%31.37%-
XYZ6.197.441.64-
YUV72.5296.67132.62-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 44.89%
GREEN value IS 80 (31.64% from 255) = 45.45%
BLUE value IS 17 (7.03% from 255) = 9.66%
R=44.89%
G=45.45%
B=9.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7980170.0100.790.6960.9564.9519.02
Hex4F5011104F453d4113
Octal11712021101171057510123
Binary10011111010000100011010011111000101111101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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