#4E4B0C

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

Shades of Verdun Green #4E4B0C

Tints of Verdun Green #4E4B0C

Color information

#4E4B0C (or 0x4E4B0C) is unknown color: approx Verdun Green. HEX triplet: 4E, 4B and 0C. RGB value is (78,75,12). Sum of RGB (Red+Green+Blue) = 78+75+12=165 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.27% from 165); Green value is 75 (29.69% from 255 or 45.45% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4B0C is #B1B4F3. Grayscale: #444444. Windows color (decimal): -11646196 or 805710. OLE color: 805710.

HSL color Cylindrical-coordinate representation of color #4E4B0C: hue angle of 57.27º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E4B0C is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB787512-
CMYK00.040.850.69
HSL57.27º73.33%17.65%-
HSV(B)57.27º84.62%30.59%-
XYZ5.726.681.34-
YUV68.7195.99134.62-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 47.27%
GREEN value IS 75 (29.69% from 255) = 45.45%
BLUE value IS 12 (5.08% from 255) = 7.27%
R=47.27%
G=45.45%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78751200.040.850.6957.2773.3317.65
Hex4E4BC045545394912
Octal11611314041251057111122
Binary100111010010111100010010101011000101111001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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