Html Css Color HEX #4F680E Verdun Green

📋 copy color: '#4F680E'

red 79 ◦ green 104 ◦ blue 14

#4F680E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #4F680E

Tints of Verdun Green #4F680E

RGB

 RED value IS 79 (31.25% from 255) = 40.1%

 GREEN value IS 104 (41.02% from 255) = 52.79%

 BLUE value IS 14 (5.86% from 255) = 7.11%

R = 40.1%
G = 52.79%
B = 7.11%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.87

 K value IS 0.59

RGB Variations

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

Color information

#4F680E (or 0x4F680E) is known color: Verdun Green. HEX triplet: 4F, 68 and 0E. RGB value is (79,104,14). Sum of RGB (Red+Green+Blue) = 79+104+14=197 (26% of max value = 765). Red value is 79 (31.25% from 255 or 40.10% from 197); Green value is 104 (41.02% from 255 or 52.79% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 104 - color contains mainly: green. Hex color #4F680E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F680E is #B097F1. Grayscale: #565656. Windows color (decimal): -11573234 or 944207. OLE color: 944207.

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

Color convert

RGB 79 104 14 -
CMYK 0.24 0 0.87 0.59
HSL 76.67º 0.76% 0.23% -
HSV(B) 76.67º 0.87% 0.41% -
XYZ 8.25 11.59 2.22 -
YUV 86.27 87.22 122.82 -
System Red Green Blue C M Y K H S L
Decimal 79 104 14 0.24 0 0.87 0.59 76.67 0.76 0.23
Hex 4F 68 E 18 0 57 3B 4D 4C 17
Octal 117 150 16 30 0 127 73 115 114 27
Binary 1001111 1101000 1110 11000 0 1010111 111011 1001101 1001100 10111

Color Harmonies of #4F680E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F680E

Black with #4F680E

Text Example


Text Example

White with #4F680E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F680E;
 }
 .AnyTagClassName
 {
   color: #4F680E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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