#4E5514

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

Shades of Verdun Green #4E5514

Tints of Verdun Green #4E5514

Color information

#4E5514 (or 0x4E5514) is unknown color: approx Verdun Green. HEX triplet: 4E, 55 and 14. RGB value is (78,85,20). Sum of RGB (Red+Green+Blue) = 78+85+20=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #4E5514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5514 is #B1AAEB. Grayscale: #4B4B4B. Windows color (decimal): -11643628 or 1332558. OLE color: 1332558.

HSL color Cylindrical-coordinate representation of color #4E5514: hue angle of 66.46º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E5514 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB788520-
CMYK0.0800.760.67
HSL66.46º61.9%20.59%-
HSV(B)66.46º76.47%33.33%-
XYZ6.528.171.89-
YUV75.596.68129.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 42.62%
GREEN value IS 85 (33.59% from 255) = 46.45%
BLUE value IS 20 (8.20% from 255) = 10.93%
R=42.62%
G=46.45%
B=10.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7885200.0800.760.6766.4661.920.59
Hex4E5514804C43423e15
Octal116125241001141031027625
Binary10011101010101101001000010011001000011100001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,85,20); }

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

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

 a { background-color: rgb(78,85,20); }

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

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

 span { border-color: rgb(78,85,20); }

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