#4F6D0D

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

Shades of Verdun Green #4F6D0D

Tints of Verdun Green #4F6D0D

Color information

#4F6D0D (or 0x4F6D0D) is unknown color: approx Verdun Green. HEX triplet: 4F, 6D and 0D. RGB value is (79,109,13). Sum of RGB (Red+Green+Blue) = 79+109+13=201 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.30% from 201); Green value is 109 (42.97% from 255 or 54.23% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 109 - color contains mainly: green. Hex color #4F6D0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F6D0D is #B092F2. Grayscale: #595959. Windows color (decimal): -11571955 or 879951. OLE color: 879951.

HSL color Cylindrical-coordinate representation of color #4F6D0D: hue angle of 78.75º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4F6D0D is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.57.

Color convert

RGB7910913-
CMYK0.2800.880.57
HSL78.75º78.69%23.92%-
HSV(B)78.75º88.07%42.75%-
XYZ8.7712.632.36-
YUV89.0985.06120.81-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 39.30%
GREEN value IS 109 (42.97% from 255) = 54.23%
BLUE value IS 13 (5.47% from 255) = 6.47%
R=39.30%
G=54.23%
B=6.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal79109130.2800.880.5778.7578.6923.92
Hex4F6DD1C058394f4f18
Octal117155153401307111711730
Binary10011111101101110111100010110001110011001111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,109,13); }

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

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

 a { background-color: rgb(79,109,13); }

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

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

 span { border-color: rgb(79,109,13); }

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