Html Css Color HEX #4E690E Verdun Green

📋 copy color: '#4E690E'

red 78 ◦ green 105 ◦ blue 14

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

Shades of Verdun Green #4E690E

Tints of Verdun Green #4E690E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 53.3%

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

R = 39.59%
G = 53.3%
B = 7.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.87

 K value IS 0.59

RGB Variations

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

Color information

#4E690E (or 0x4E690E) is known color: Verdun Green. HEX triplet: 4E, 69 and 0E. RGB value is (78,105,14). Sum of RGB (Red+Green+Blue) = 78+105+14=197 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.59% from 197); Green value is 105 (41.41% from 255 or 53.30% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 105 - color contains mainly: green. Hex color #4E690E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E690E is #B196F1. Grayscale: #565656. Windows color (decimal): -11638514 or 944462. OLE color: 944462.

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

Color convert

RGB 78 105 14 -
CMYK 0.26 0 0.87 0.59
HSL 77.8º 0.76% 0.23% -
HSV(B) 77.8º 0.87% 0.41% -
XYZ 8.27 11.75 2.25 -
YUV 86.55 87.05 121.9 -
System Red Green Blue C M Y K H S L
Decimal 78 105 14 0.26 0 0.87 0.59 77.8 0.76 0.23
Hex 4E 69 E 1A 0 57 3B 4E 4C 17
Octal 116 151 16 32 0 127 73 116 114 27
Binary 1001110 1101001 1110 11010 0 1010111 111011 1001110 1001100 10111

Color Harmonies of #4E690E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E690E

Black with #4E690E

Text Example


Text Example

White with #4E690E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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