Html Css Color HEX #4E6B0E Verdun Green

📋 copy color: '#4E6B0E'

red 78 ◦ green 107 ◦ blue 14

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

Shades of Verdun Green #4E6B0E

Tints of Verdun Green #4E6B0E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 53.77%

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

R = 39.2%
G = 53.77%
B = 7.04%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.87

 K value IS 0.58

RGB Variations

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

Color information

#4E6B0E (or 0x4E6B0E) is known color: Verdun Green. HEX triplet: 4E, 6B and 0E. RGB value is (78,107,14). Sum of RGB (Red+Green+Blue) = 78+107+14=199 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.20% from 199); Green value is 107 (42.19% from 255 or 53.77% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 107 - color contains mainly: green. Hex color #4E6B0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6B0E is #B194F1. Grayscale: #585858. Windows color (decimal): -11638002 or 944974. OLE color: 944974.

HSL color Cylindrical-coordinate representation of color #4E6B0E: hue angle of 78.71º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4E6B0E is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.58.

Color convert

RGB 78 107 14 -
CMYK 0.27 0 0.87 0.58
HSL 78.71º 0.77% 0.24% -
HSV(B) 78.71º 0.87% 0.42% -
XYZ 8.48 12.17 2.32 -
YUV 87.73 86.39 121.06 -
System Red Green Blue C M Y K H S L
Decimal 78 107 14 0.27 0 0.87 0.58 78.71 0.77 0.24
Hex 4E 6B E 1B 0 57 3A 4F 4D 18
Octal 116 153 16 33 0 127 72 117 115 30
Binary 1001110 1101011 1110 11011 0 1010111 111010 1001111 1001101 11000

Color Harmonies of #4E6B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6B0E

Black with #4E6B0E

Text Example


Text Example

White with #4E6B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,107,14); }

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

background-color css

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

 a { background-color: rgb(78,107,14); }

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

border-color css

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

 span { border-color: rgb(78,107,14); }

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