#4F5F01

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

Shades of Verdun Green #4F5F01

Tints of Verdun Green #4F5F01

Color information

#4F5F01 (or 0x4F5F01) is unknown color: approx Verdun Green. HEX triplet: 4F, 5F and 01. RGB value is (79,95,1). Sum of RGB (Red+Green+Blue) = 79+95+1=175 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.14% from 175); Green value is 95 (37.5% from 255 or 54.29% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 95 - color contains mainly: green. Hex color #4F5F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5F01 is #B0A0FE. Grayscale: #4F4F4F. Windows color (decimal): -11575551 or 89935. OLE color: 89935.

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

Color convert

RGB79951-
CMYK0.1700.990.63
HSL70.21º97.92%18.82%-
HSV(B)70.21º98.95%37.25%-
XYZ7.329.851.54-
YUV79.583.7127.64-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 45.14%
GREEN value IS 95 (37.5% from 255) = 54.29%
BLUE value IS 1 (0.78% from 255) = 0.57%
R=45.14%
G=54.29%
B=0.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal799510.1700.990.6370.2197.9218.82
Hex4F5F1110633F466213
Octal11713712101437710614223
Binary10011111011111110001011000111111111000110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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