#4F5105

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

Shades of Verdun Green #4F5105

Tints of Verdun Green #4F5105

Color information

#4F5105 (or 0x4F5105) is unknown color: approx Verdun Green. HEX triplet: 4F, 51 and 05. RGB value is (79,81,5). Sum of RGB (Red+Green+Blue) = 79+81+5=165 (21% of max value = 765). Red value is 79 (31.25% from 255 or 47.88% from 165); Green value is 81 (32.03% from 255 or 49.09% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 81 - color contains mainly: green. Hex color #4F5105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5105 is #B0AEFA. Grayscale: #484848. Windows color (decimal): -11579131 or 348495. OLE color: 348495.

HSL color Cylindrical-coordinate representation of color #4F5105: hue angle of 61.58º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F5105 is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB79815-
CMYK0.0200.940.68
HSL61.58º88.37%16.86%-
HSV(B)61.58º93.83%31.76%-
XYZ6.197.561.28-
YUV71.7490.34133.18-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 47.88%
GREEN value IS 81 (32.03% from 255) = 49.09%
BLUE value IS 5 (2.34% from 255) = 3.03%
R=47.88%
G=49.09%
B=3.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal798150.0200.940.6861.5888.3716.86
Hex4F515205E443e5811
Octal1171215201361047613021
Binary1001111101000110110010111101000100111110101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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