#4F6A13

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

Shades of Verdun Green #4F6A13

Tints of Verdun Green #4F6A13

Color information

#4F6A13 (or 0x4F6A13) is unknown color: approx Verdun Green. HEX triplet: 4F, 6A and 13. RGB value is (79,106,19). Sum of RGB (Red+Green+Blue) = 79+106+19=204 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.73% from 204); Green value is 106 (41.80% from 255 or 51.96% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 106 - color contains mainly: green. Hex color #4F6A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F6A13 is #B095EC. Grayscale: #585858. Windows color (decimal): -11572717 or 1272399. OLE color: 1272399.

HSL color Cylindrical-coordinate representation of color #4F6A13: hue angle of 78.62º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F6A13 is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB7910619-
CMYK0.2500.820.58
HSL78.62º69.6%24.51%-
HSV(B)78.62º82.08%41.57%-
XYZ8.512.022.49-
YUV88.0189.05121.57-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.73%
GREEN value IS 106 (41.80% from 255) = 51.96%
BLUE value IS 19 (7.81% from 255) = 9.31%
R=38.73%
G=51.96%
B=9.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79106190.2500.820.5878.6269.624.51
Hex4F6A13190523A4f4619
Octal117152233101227211710631
Binary100111111010101001111001010100101110101001111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,106,19); }

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

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

 a { background-color: rgb(79,106,19); }

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

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

 span { border-color: rgb(79,106,19); }

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