#4F5E05

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

Shades of Verdun Green #4F5E05

Tints of Verdun Green #4F5E05

Color information

#4F5E05 (or 0x4F5E05) is unknown color: approx Verdun Green. HEX triplet: 4F, 5E and 05. RGB value is (79,94,5). Sum of RGB (Red+Green+Blue) = 79+94+5=178 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.38% from 178); Green value is 94 (37.11% from 255 or 52.81% from 178); Blue value is 5 (2.34% from 255 or 2.81% from 178); Max value from RGB is 94 - color contains mainly: green. Hex color #4F5E05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5E05 is #B0A1FA. Grayscale: #4F4F4F. Windows color (decimal): -11575803 or 351823. OLE color: 351823.

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

Color convert

RGB79945-
CMYK0.1600.950.63
HSL70.11º89.9%19.41%-
HSV(B)70.11º94.68%36.86%-
XYZ7.259.681.63-
YUV79.3786.03127.74-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 44.38%
GREEN value IS 94 (37.11% from 255) = 52.81%
BLUE value IS 5 (2.34% from 255) = 2.81%
R=44.38%
G=52.81%
B=2.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal799450.1600.950.6370.1189.919.41
Hex4F5E51005F3F465a13
Octal11713652001377710613223
Binary1001111101111010110000010111111111111000110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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