#4F6014

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

Shades of Verdun Green #4F6014

Tints of Verdun Green #4F6014

Color information

#4F6014 (or 0x4F6014) is unknown color: approx Verdun Green. HEX triplet: 4F, 60 and 14. RGB value is (79,96,20). Sum of RGB (Red+Green+Blue) = 79+96+20=195 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.51% from 195); Green value is 96 (37.89% from 255 or 49.23% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 96 - color contains mainly: green. Hex color #4F6014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F6014 is #B09FEB. Grayscale: #525252. Windows color (decimal): -11575276 or 1335375. OLE color: 1335375.

HSL color Cylindrical-coordinate representation of color #4F6014: hue angle of 73.42º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4F6014 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB799620-
CMYK0.1800.790.62
HSL73.42º65.52%22.75%-
HSV(B)73.42º79.17%37.65%-
XYZ7.5310.082.21-
YUV82.2592.87125.68-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.51%
GREEN value IS 96 (37.89% from 255) = 49.23%
BLUE value IS 20 (8.20% from 255) = 10.26%
R=40.51%
G=49.23%
B=10.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7996200.1800.790.6273.4265.5222.75
Hex4F60141204F3E494217
Octal117140242201177611110227
Binary100111111000001010010010010011111111101001001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,96,20); }

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

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

 a { background-color: rgb(79,96,20); }

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

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

 span { border-color: rgb(79,96,20); }

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