Html Css Color HEX #4E680C Verdun Green

📋 copy color: '#4E680C'

red 78 ◦ green 104 ◦ blue 12

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

Shades of Verdun Green #4E680C

Tints of Verdun Green #4E680C

RGB

 RED value IS 78 (30.86% from 255) = 40.21%

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

 BLUE value IS 12 (5.08% from 255) = 6.19%

R = 40.21%
G = 53.61%
B = 6.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#4E680C (or 0x4E680C) is known color: Verdun Green. HEX triplet: 4E, 68 and 0C. RGB value is (78,104,12). Sum of RGB (Red+Green+Blue) = 78+104+12=194 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.21% from 194); Green value is 104 (41.02% from 255 or 53.61% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 104 - color contains mainly: green. Hex color #4E680C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E680C is #B197F3. Grayscale: #565656. Windows color (decimal): -11638772 or 813134. OLE color: 813134.

HSL color Cylindrical-coordinate representation of color #4E680C: hue angle of 76.96º 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 #4E680C is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 78 104 12 -
CMYK 0.25 0 0.88 0.59
HSL 76.96º 0.79% 0.23% -
HSV(B) 76.96º 0.88% 0.41% -
XYZ 8.16 11.55 2.15 -
YUV 85.74 86.39 122.48 -
System Red Green Blue C M Y K H S L
Decimal 78 104 12 0.25 0 0.88 0.59 76.96 0.79 0.23
Hex 4E 68 C 19 0 58 3B 4D 4F 17
Octal 116 150 14 31 0 130 73 115 117 27
Binary 1001110 1101000 1100 11001 0 1011000 111011 1001101 1001111 10111

Color Harmonies of #4E680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E680C

Black with #4E680C

Text Example


Text Example

White with #4E680C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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