#4F680A

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

Shades of Verdun Green #4F680A

Tints of Verdun Green #4F680A

Color information

#4F680A (or 0x4F680A) is unknown color: approx Verdun Green. HEX triplet: 4F, 68 and 0A. RGB value is (79,104,10). Sum of RGB (Red+Green+Blue) = 79+104+10=193 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.93% from 193); Green value is 104 (41.02% from 255 or 53.89% from 193); Blue value is 10 (4.30% from 255 or 5.18% from 193); Max value from RGB is 104 - color contains mainly: green. Hex color #4F680A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F680A is #B097F5. Grayscale: #565656. Windows color (decimal): -11573238 or 682063. OLE color: 682063.

HSL color Cylindrical-coordinate representation of color #4F680A: hue angle of 75.96º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F680A is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB7910410-
CMYK0.2400.900.59
HSL75.96º82.46%22.35%-
HSV(B)75.96º90.38%40.78%-
XYZ8.2311.582.09-
YUV85.8185.22123.14-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.93%
GREEN value IS 104 (41.02% from 255) = 53.89%
BLUE value IS 10 (4.30% from 255) = 5.18%
R=40.93%
G=53.89%
B=5.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal79104100.2400.900.5975.9682.4622.35
Hex4F68A1805A3B4c5216
Octal117150123001327311412226
Binary10011111101000101011000010110101110111001100101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F680A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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