#4F5914

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

Shades of Verdun Green #4F5914

Tints of Verdun Green #4F5914

Color information

#4F5914 (or 0x4F5914) is unknown color: approx Verdun Green. HEX triplet: 4F, 59 and 14. RGB value is (79,89,20). Sum of RGB (Red+Green+Blue) = 79+89+20=188 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.02% from 188); Green value is 89 (35.16% from 255 or 47.34% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 89 - color contains mainly: green. Hex color #4F5914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5914 is #B0A6EB. Grayscale: #4E4E4E. Windows color (decimal): -11577068 or 1333583. OLE color: 1333583.

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

Color convert

RGB798920-
CMYK0.1100.780.65
HSL68.7º63.3%21.37%-
HSV(B)68.7º77.53%34.9%-
XYZ6.928.862.01-
YUV78.1495.19128.61-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.02%
GREEN value IS 89 (35.16% from 255) = 47.34%
BLUE value IS 20 (8.20% from 255) = 10.64%
R=42.02%
G=47.34%
B=10.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7989200.1100.780.6568.763.321.37
Hex4F5914B04E41453f15
Octal117131241301161011057725
Binary10011111011001101001011010011101000001100010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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