#4F5601

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

Shades of Verdun Green #4F5601

Tints of Verdun Green #4F5601

Color information

#4F5601 (or 0x4F5601) is unknown color: approx Verdun Green. HEX triplet: 4F, 56 and 01. RGB value is (79,86,1). Sum of RGB (Red+Green+Blue) = 79+86+1=166 (21% of max value = 765). Red value is 79 (31.25% from 255 or 47.59% from 166); Green value is 86 (33.98% from 255 or 51.81% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 86 - color contains mainly: green. Hex color #4F5601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5601 is #B0A9FE. Grayscale: #4A4A4A. Windows color (decimal): -11577855 or 87631. OLE color: 87631.

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

Color convert

RGB79861-
CMYK0.0800.990.66
HSL64.94º97.7%17.06%-
HSV(B)64.94º98.84%33.73%-
XYZ6.568.321.29-
YUV74.2286.68131.41-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 47.59%
GREEN value IS 86 (33.98% from 255) = 51.81%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=47.59%
G=51.81%
B=0.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal798610.0800.990.6664.9497.717.06
Hex4F561806342416211
Octal117126110014310210114221
Binary10011111010110110000110001110000101000001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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