#4E690F

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

Shades of Verdun Green #4E690F

Tints of Verdun Green #4E690F

Color information

#4E690F (or 0x4E690F) is unknown color: approx Verdun Green. HEX triplet: 4E, 69 and 0F. RGB value is (78,105,15). Sum of RGB (Red+Green+Blue) = 78+105+15=198 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.39% from 198); Green value is 105 (41.41% from 255 or 53.03% from 198); Blue value is 15 (6.25% from 255 or 7.58% from 198); Max value from RGB is 105 - color contains mainly: green. Hex color #4E690F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E690F is #B196F0. Grayscale: #575757. Windows color (decimal): -11638513 or 1009998. OLE color: 1009998.

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

Color convert

RGB7810515-
CMYK0.2600.860.59
HSL78º75%23.53%-
HSV(B)78º85.71%41.18%-
XYZ8.2811.762.28-
YUV86.6787.55121.82-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39.39%
GREEN value IS 105 (41.41% from 255) = 53.03%
BLUE value IS 15 (6.25% from 255) = 7.58%
R=39.39%
G=53.03%
B=7.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal78105150.2600.860.59787523.53
Hex4E69F1A0563B4e4b18
Octal116151173201267311611330
Binary10011101101001111111010010101101110111001110100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E690F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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