#4F5605

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

Shades of Verdun Green #4F5605

Tints of Verdun Green #4F5605

Color information

#4F5605 (or 0x4F5605) is unknown color: approx Verdun Green. HEX triplet: 4F, 56 and 05. RGB value is (79,86,5). Sum of RGB (Red+Green+Blue) = 79+86+5=170 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.47% from 170); Green value is 86 (33.98% from 255 or 50.59% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 86 - color contains mainly: green. Hex color #4F5605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5605 is #B0A9FA. Grayscale: #4A4A4A. Windows color (decimal): -11577851 or 349775. OLE color: 349775.

HSL color Cylindrical-coordinate representation of color #4F5605: hue angle of 65.19º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F5605 is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB79865-
CMYK0.0800.940.66
HSL65.19º89.01%17.84%-
HSV(B)65.19º94.19%33.73%-
XYZ6.588.331.4-
YUV74.6788.68131.09-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 46.47%
GREEN value IS 86 (33.98% from 255) = 50.59%
BLUE value IS 5 (2.34% from 255) = 2.94%
R=46.47%
G=50.59%
B=2.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal798650.0800.940.6665.1989.0117.84
Hex4F565805E42415912
Octal117126510013610210113122
Binary1001111101011010110000101111010000101000001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,86,5); }

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

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

 a { background-color: rgb(79,86,5); }

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

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

 span { border-color: rgb(79,86,5); }

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