#4E550C

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

Shades of Verdun Green #4E550C

Tints of Verdun Green #4E550C

Color information

#4E550C (or 0x4E550C) is unknown color: approx Verdun Green. HEX triplet: 4E, 55 and 0C. RGB value is (78,85,12). Sum of RGB (Red+Green+Blue) = 78+85+12=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #4E550C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E550C is #B1AAF3. Grayscale: #4A4A4A. Windows color (decimal): -11643636 or 808270. OLE color: 808270.

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

Color convert

RGB788512-
CMYK0.0800.860.67
HSL65.75º75.26%19.02%-
HSV(B)65.75º85.88%33.33%-
XYZ6.468.141.58-
YUV74.5892.68130.44-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.57%
GREEN value IS 85 (33.59% from 255) = 48.57%
BLUE value IS 12 (5.08% from 255) = 6.86%
R=44.57%
G=48.57%
B=6.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7885120.0800.860.6765.7575.2619.02
Hex4E55C805643424b13
Octal1161251410012610310211323
Binary10011101010101110010000101011010000111000010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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