#4F5D17

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

Shades of Verdun Green #4F5D17

Tints of Verdun Green #4F5D17

Color information

#4F5D17 (or 0x4F5D17) is unknown color: approx Verdun Green. HEX triplet: 4F, 5D and 17. RGB value is (79,93,23). Sum of RGB (Red+Green+Blue) = 79+93+23=195 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.51% from 195); Green value is 93 (36.72% from 255 or 47.69% from 195); Blue value is 23 (9.38% from 255 or 11.79% from 195); Max value from RGB is 93 - color contains mainly: green. Hex color #4F5D17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5D17 is #B0A2E8. Grayscale: #515151. Windows color (decimal): -11576041 or 1531215. OLE color: 1531215.

HSL color Cylindrical-coordinate representation of color #4F5D17: hue angle of 72º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F5D17 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.

Color convert

RGB799323-
CMYK0.1500.750.64
HSL72º60.34%22.75%-
HSV(B)72º75.27%36.47%-
XYZ7.299.552.27-
YUV80.8395.36126.69-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.51%
GREEN value IS 93 (36.72% from 255) = 47.69%
BLUE value IS 23 (9.38% from 255) = 11.79%
R=40.51%
G=47.69%
B=11.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7993230.1500.750.647260.3422.75
Hex4F5D17F04B40483c17
Octal117135271701131001107427
Binary10011111011101101111111010010111000000100100011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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