#4E4A0B

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

Shades of Verdun Green #4E4A0B

Tints of Verdun Green #4E4A0B

Color information

#4E4A0B (or 0x4E4A0B) is unknown color: approx Verdun Green. HEX triplet: 4E, 4A and 0B. RGB value is (78,74,11). Sum of RGB (Red+Green+Blue) = 78+74+11=163 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.85% from 163); Green value is 74 (29.30% from 255 or 45.40% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4A0B is #B1B5F4. Grayscale: #444444. Windows color (decimal): -11646453 or 739918. OLE color: 739918.

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

Color convert

RGB787411-
CMYK00.050.860.69
HSL56.42º75.28%17.45%-
HSV(B)56.42º85.9%30.59%-
XYZ5.656.541.28-
YUV68.0195.83135.12-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 47.85%
GREEN value IS 74 (29.30% from 255) = 45.40%
BLUE value IS 11 (4.69% from 255) = 6.75%
R=47.85%
G=45.40%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78741100.050.860.6956.4275.2817.45
Hex4E4AB055645384b11
Octal11611213051261057011321
Binary100111010010101011010110101101000101111000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,74,11); }

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

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

 a { background-color: rgb(78,74,11); }

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

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

 span { border-color: rgb(78,74,11); }

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