#4f6004

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

Shades of Verdun Green #4F6004

Tints of Verdun Green #4F6004

Color information

#4F6004 (or 0x4F6004) is unknown color: approx Verdun Green. HEX triplet: 4F, 60 and 04. RGB value is (79,96,4). Sum of RGB (Red+Green+Blue) = 79+96+4=179 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.13% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 4 (1.95% from 255 or 2.23% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #4F6004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F6004 is #B09FFB. Grayscale: #505050. Windows color (decimal): -11575292 or 286799. OLE color: 286799.

HSL color Cylindrical-coordinate representation of color #4F6004: hue angle of 71.09º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F6004 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB79964-
CMYK0.1800.960.62
HSL71.09º92%19.61%-
HSV(B)71.09º95.83%37.65%-
XYZ7.4310.041.66-
YUV80.4384.87126.98-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 44.13%
GREEN value IS 96 (37.89% from 255) = 53.63%
BLUE value IS 4 (1.95% from 255) = 2.23%
R=44.13%
G=53.63%
B=2.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal799640.1800.960.6271.099219.61
Hex4F604120603E475c14
Octal11714042201407610713424
Binary1001111110000010010010011000001111101000111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f6004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,96,4); }

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

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

 a { background-color: rgb(79,96,4); }

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

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

 span { border-color: rgb(79,96,4); }

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