#4F5C17

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

Shades of Verdun Green #4F5C17

Tints of Verdun Green #4F5C17

Color information

#4F5C17 (or 0x4F5C17) is unknown color: approx Verdun Green. HEX triplet: 4F, 5C and 17. RGB value is (79,92,23). Sum of RGB (Red+Green+Blue) = 79+92+23=194 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.72% from 194); Green value is 92 (36.33% from 255 or 47.42% from 194); Blue value is 23 (9.38% from 255 or 11.86% from 194); Max value from RGB is 92 - color contains mainly: green. Hex color #4F5C17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5C17 is #B0A3E8. Grayscale: #505050. Windows color (decimal): -11576297 or 1530959. OLE color: 1530959.

HSL color Cylindrical-coordinate representation of color #4F5C17: hue angle of 71.3º 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 #4F5C17 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.

Color convert

RGB799223-
CMYK0.1400.750.64
HSL71.3º60%22.55%-
HSV(B)71.3º75%36.08%-
XYZ7.219.382.24-
YUV80.2595.69127.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.72%
GREEN value IS 92 (36.33% from 255) = 47.42%
BLUE value IS 23 (9.38% from 255) = 11.86%
R=40.72%
G=47.42%
B=11.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7992230.1400.750.6471.36022.55
Hex4F5C17E04B40473c17
Octal117134271601131001077427
Binary10011111011100101111110010010111000000100011111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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