#4F6017

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

Shades of Verdun Green #4F6017

Tints of Verdun Green #4F6017

Color information

#4F6017 (or 0x4F6017) is unknown color: approx Verdun Green. HEX triplet: 4F, 60 and 17. RGB value is (79,96,23). Sum of RGB (Red+Green+Blue) = 79+96+23=198 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.90% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 23 (9.38% from 255 or 11.62% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #4F6017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F6017 is #B09FE8. Grayscale: #525252. Windows color (decimal): -11575273 or 1531983. OLE color: 1531983.

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

Color convert

RGB799623-
CMYK0.1800.760.62
HSL73.97º61.34%23.33%-
HSV(B)73.97º76.04%37.65%-
XYZ7.5610.092.36-
YUV82.694.37125.44-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 39.90%
GREEN value IS 96 (37.89% from 255) = 48.48%
BLUE value IS 23 (9.38% from 255) = 11.62%
R=39.90%
G=48.48%
B=11.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7996230.1800.760.6273.9761.3423.33
Hex4F60171204C3E4a3d17
Octal11714027220114761127527
Binary10011111100000101111001001001100111110100101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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