#4F6607

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

Shades of Verdun Green #4F6607

Tints of Verdun Green #4F6607

Color information

#4F6607 (or 0x4F6607) is unknown color: approx Verdun Green. HEX triplet: 4F, 66 and 07. RGB value is (79,102,7). Sum of RGB (Red+Green+Blue) = 79+102+7=188 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.02% from 188); Green value is 102 (40.23% from 255 or 54.26% from 188); Blue value is 7 (3.12% from 255 or 3.72% from 188); Max value from RGB is 102 - color contains mainly: green. Hex color #4F6607 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F6607 is #B099F8. Grayscale: #545454. Windows color (decimal): -11573753 or 484943. OLE color: 484943.

HSL color Cylindrical-coordinate representation of color #4F6607: hue angle of 74.53º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4F6607 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.6.

Color convert

RGB791027-
CMYK0.2300.930.6
HSL74.53º87.16%21.37%-
HSV(B)74.53º93.14%40%-
XYZ8.0111.181.94-
YUV84.2984.38124.22-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.02%
GREEN value IS 102 (40.23% from 255) = 54.26%
BLUE value IS 7 (3.12% from 255) = 3.72%
R=42.02%
G=54.26%
B=3.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal7910270.2300.930.674.5387.1621.37
Hex4F6671705D3C4b5715
Octal11714672701357411312725
Binary1001111110011011110111010111011111001001011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,102,7); }

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

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

 a { background-color: rgb(79,102,7); }

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

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

 span { border-color: rgb(79,102,7); }

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