#4E540D

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

Shades of Verdun Green #4E540D

Tints of Verdun Green #4E540D

Color information

#4E540D (or 0x4E540D) is unknown color: approx Verdun Green. HEX triplet: 4E, 54 and 0D. RGB value is (78,84,13). Sum of RGB (Red+Green+Blue) = 78+84+13=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #4E540D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E540D is #B1ABF2. Grayscale: #4A4A4A. Windows color (decimal): -11643891 or 873550. OLE color: 873550.

HSL color Cylindrical-coordinate representation of color #4E540D: hue angle of 65.07º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E540D is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB788413-
CMYK0.0700.850.67
HSL65.07º73.2%19.02%-
HSV(B)65.07º84.52%32.94%-
XYZ6.387.991.59-
YUV74.1193.51130.77-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.57%
GREEN value IS 84 (33.20% from 255) = 48%
BLUE value IS 13 (5.47% from 255) = 7.43%
R=44.57%
G=48%
B=7.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7884130.0700.850.6765.0773.219.02
Hex4E54D705543414913
Octal116124157012510310111123
Binary1001110101010011011110101010110000111000001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E540D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,84,13); }

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

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

 a { background-color: rgb(78,84,13); }

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

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

 span { border-color: rgb(78,84,13); }

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