#4F5801

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

Shades of Verdun Green #4F5801

Tints of Verdun Green #4F5801

Color information

#4F5801 (or 0x4F5801) is unknown color: approx Verdun Green. HEX triplet: 4F, 58 and 01. RGB value is (79,88,1). Sum of RGB (Red+Green+Blue) = 79+88+1=168 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.02% from 168); Green value is 88 (34.77% from 255 or 52.38% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 88 - color contains mainly: green. Hex color #4F5801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5801 is #B0A7FE. Grayscale: #4B4B4B. Windows color (decimal): -11577343 or 88143. OLE color: 88143.

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

Color convert

RGB79881-
CMYK0.1000.990.65
HSL66.21º97.75%17.45%-
HSV(B)66.21º98.86%34.51%-
XYZ6.728.641.34-
YUV75.3986.02130.57-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 47.02%
GREEN value IS 88 (34.77% from 255) = 52.38%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=47.02%
G=52.38%
B=0.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal798810.1000.990.6566.2197.7517.45
Hex4F581A06341426211
Octal117130112014310110214221
Binary10011111011000110100110001110000011000010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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