#4F5305

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

Shades of Verdun Green #4F5305

Tints of Verdun Green #4F5305

Color information

#4F5305 (or 0x4F5305) is unknown color: approx Verdun Green. HEX triplet: 4F, 53 and 05. RGB value is (79,83,5). Sum of RGB (Red+Green+Blue) = 79+83+5=167 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.31% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 5 (2.34% from 255 or 2.99% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #4F5305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5305 is #B0ACFA. Grayscale: #494949. Windows color (decimal): -11578619 or 349007. OLE color: 349007.

HSL color Cylindrical-coordinate representation of color #4F5305: hue angle of 63.08º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F5305 is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB79835-
CMYK0.0500.940.67
HSL63.08º88.64%17.25%-
HSV(B)63.08º93.98%32.55%-
XYZ6.357.861.33-
YUV72.9189.67132.34-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 47.31%
GREEN value IS 83 (32.81% from 255) = 49.70%
BLUE value IS 5 (2.34% from 255) = 2.99%
R=47.31%
G=49.70%
B=2.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal798350.0500.940.6763.0888.6417.25
Hex4F535505E433f5911
Octal1171235501361037713121
Binary10011111010011101101010111101000011111111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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