#4E540A

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

Shades of Verdun Green #4E540A

Tints of Verdun Green #4E540A

Color information

#4E540A (or 0x4E540A) is unknown color: approx Verdun Green. HEX triplet: 4E, 54 and 0A. RGB value is (78,84,10). Sum of RGB (Red+Green+Blue) = 78+84+10=172 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.35% from 172); Green value is 84 (33.20% from 255 or 48.84% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 84 - color contains mainly: green. Hex color #4E540A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E540A is #B1ABF5. Grayscale: #4A4A4A. Windows color (decimal): -11643894 or 676942. OLE color: 676942.

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

Color convert

RGB788410-
CMYK0.0700.880.67
HSL64.86º78.72%18.43%-
HSV(B)64.86º88.1%32.94%-
XYZ6.377.981.49-
YUV73.7792.01131.02-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 45.35%
GREEN value IS 84 (33.20% from 255) = 48.84%
BLUE value IS 10 (4.30% from 255) = 5.81%
R=45.35%
G=48.84%
B=5.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7884100.0700.880.6764.8678.7218.43
Hex4E54A705843414f12
Octal116124127013010310111722
Binary1001110101010010101110101100010000111000001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E540A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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