#4F680C

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

Shades of Verdun Green #4F680C

Tints of Verdun Green #4F680C

Color information

#4F680C (or 0x4F680C) is unknown color: approx Verdun Green. HEX triplet: 4F, 68 and 0C. RGB value is (79,104,12). Sum of RGB (Red+Green+Blue) = 79+104+12=195 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.51% from 195); Green value is 104 (41.02% from 255 or 53.33% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 104 - color contains mainly: green. Hex color #4F680C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F680C is #B097F3. Grayscale: #565656. Windows color (decimal): -11573236 or 813135. OLE color: 813135.

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

Color convert

RGB7910412-
CMYK0.2400.880.59
HSL76.3º79.31%22.75%-
HSV(B)76.3º88.46%40.78%-
XYZ8.2411.592.15-
YUV86.0486.22122.98-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.51%
GREEN value IS 104 (41.02% from 255) = 53.33%
BLUE value IS 12 (5.08% from 255) = 6.15%
R=40.51%
G=53.33%
B=6.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal79104120.2400.880.5976.379.3122.75
Hex4F68C180583B4c4f17
Octal117150143001307311411727
Binary10011111101000110011000010110001110111001100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F680C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,104,12); }

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

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

 a { background-color: rgb(79,104,12); }

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

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

 span { border-color: rgb(79,104,12); }

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