#4E550E

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

Shades of Verdun Green #4E550E

Tints of Verdun Green #4E550E

Color information

#4E550E (or 0x4E550E) is unknown color: approx Verdun Green. HEX triplet: 4E, 55 and 0E. RGB value is (78,85,14). Sum of RGB (Red+Green+Blue) = 78+85+14=177 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.07% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #4E550E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E550E is #B1AAF1. Grayscale: #4B4B4B. Windows color (decimal): -11643634 or 939342. OLE color: 939342.

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

Color convert

RGB788514-
CMYK0.0800.840.67
HSL65.92º71.72%19.41%-
HSV(B)65.92º83.53%33.33%-
XYZ6.478.151.65-
YUV74.8193.68130.27-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.07%
GREEN value IS 85 (33.59% from 255) = 48.02%
BLUE value IS 14 (5.86% from 255) = 7.91%
R=44.07%
G=48.02%
B=7.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7885140.0800.840.6765.9271.7219.41
Hex4E55E805443424813
Octal1161251610012410310211023
Binary10011101010101111010000101010010000111000010100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E550E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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