#4F5E01

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

Shades of Verdun Green #4F5E01

Tints of Verdun Green #4F5E01

Color information

#4F5E01 (or 0x4F5E01) is unknown color: approx Verdun Green. HEX triplet: 4F, 5E and 01. RGB value is (79,94,1). Sum of RGB (Red+Green+Blue) = 79+94+1=174 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.40% from 174); Green value is 94 (37.11% from 255 or 54.02% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 94 - color contains mainly: green. Hex color #4F5E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5E01 is #B0A1FE. Grayscale: #4F4F4F. Windows color (decimal): -11575807 or 89679. OLE color: 89679.

HSL color Cylindrical-coordinate representation of color #4F5E01: hue angle of 69.68º 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 #4F5E01 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.63.

Color convert

RGB79941-
CMYK0.1600.990.63
HSL69.68º97.89%18.63%-
HSV(B)69.68º98.94%36.86%-
XYZ7.239.671.51-
YUV78.9184.03128.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 45.40%
GREEN value IS 94 (37.11% from 255) = 54.02%
BLUE value IS 1 (0.78% from 255) = 0.57%
R=45.40%
G=54.02%
B=0.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal799410.1600.990.6369.6897.8918.63
Hex4F5E1100633F466213
Octal11713612001437710614223
Binary10011111011110110000011000111111111000110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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