#4E4B0A

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

Shades of Verdun Green #4E4B0A

Tints of Verdun Green #4E4B0A

Color information

#4E4B0A (or 0x4E4B0A) is unknown color: approx Verdun Green. HEX triplet: 4E, 4B and 0A. RGB value is (78,75,10). Sum of RGB (Red+Green+Blue) = 78+75+10=163 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.85% from 163); Green value is 75 (29.69% from 255 or 46.01% from 163); Blue value is 10 (4.30% from 255 or 6.13% from 163); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4B0A is #B1B4F5. Grayscale: #444444. Windows color (decimal): -11646198 or 674638. OLE color: 674638.

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

Color convert

RGB787510-
CMYK00.040.870.69
HSL57.35º77.27%17.25%-
HSV(B)57.35º87.18%30.59%-
XYZ5.716.671.27-
YUV68.4994.99134.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 47.85%
GREEN value IS 75 (29.69% from 255) = 46.01%
BLUE value IS 10 (4.30% from 255) = 6.13%
R=47.85%
G=46.01%
B=6.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78751000.040.870.6957.3577.2717.25
Hex4E4BA045745394d11
Octal11611312041271057111521
Binary100111010010111010010010101111000101111001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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