#4F5514

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

Shades of Verdun Green #4F5514

Tints of Verdun Green #4F5514

Color information

#4F5514 (or 0x4F5514) is unknown color: approx Verdun Green. HEX triplet: 4F, 55 and 14. RGB value is (79,85,20). Sum of RGB (Red+Green+Blue) = 79+85+20=184 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.93% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 85 - color contains mainly: green. Hex color #4F5514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5514 is #B0AAEB. Grayscale: #4C4C4C. Windows color (decimal): -11578092 or 1332559. OLE color: 1332559.

HSL color Cylindrical-coordinate representation of color #4F5514: hue angle of 65.54º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F5514 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB798520-
CMYK0.0700.760.67
HSL65.54º61.9%20.59%-
HSV(B)65.54º76.47%33.33%-
XYZ6.68.211.9-
YUV75.896.51130.29-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.93%
GREEN value IS 85 (33.59% from 255) = 46.20%
BLUE value IS 20 (8.20% from 255) = 10.87%
R=42.93%
G=46.20%
B=10.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7985200.0700.760.6765.5461.920.59
Hex4F5514704C43423e15
Octal11712524701141031027625
Binary1001111101010110100111010011001000011100001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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