#4F5901

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

Shades of Verdun Green #4F5901

Tints of Verdun Green #4F5901

Color information

#4F5901 (or 0x4F5901) is unknown color: approx Verdun Green. HEX triplet: 4F, 59 and 01. RGB value is (79,89,1). Sum of RGB (Red+Green+Blue) = 79+89+1=169 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.75% from 169); Green value is 89 (35.16% from 255 or 52.66% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 89 - color contains mainly: green. Hex color #4F5901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5901 is #B0A6FE. Grayscale: #4C4C4C. Windows color (decimal): -11577087 or 88399. OLE color: 88399.

HSL color Cylindrical-coordinate representation of color #4F5901: hue angle of 66.82º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F5901 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB79891-
CMYK0.1100.990.65
HSL66.82º97.78%17.65%-
HSV(B)66.82º98.88%34.9%-
XYZ6.88.811.37-
YUV75.9885.69130.16-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 46.75%
GREEN value IS 89 (35.16% from 255) = 52.66%
BLUE value IS 1 (0.78% from 255) = 0.59%
R=46.75%
G=52.66%
B=0.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal798910.1100.990.6566.8297.7817.65
Hex4F591B06341436212
Octal117131113014310110314222
Binary10011111011001110110110001110000011000011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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