#4E510B

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

Shades of Verdun Green #4E510B

Tints of Verdun Green #4E510B

Color information

#4E510B (or 0x4E510B) is unknown color: approx Verdun Green. HEX triplet: 4E, 51 and 0B. RGB value is (78,81,11). Sum of RGB (Red+Green+Blue) = 78+81+11=170 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.88% from 170); Green value is 81 (32.03% from 255 or 47.65% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 81 - color contains mainly: green. Hex color #4E510B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E510B is #B1AEF4. Grayscale: #484848. Windows color (decimal): -11644661 or 741710. OLE color: 741710.

HSL color Cylindrical-coordinate representation of color #4E510B: hue angle of 62.57º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E510B is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.68.

Color convert

RGB788111-
CMYK0.0400.860.68
HSL62.57º76.09%18.04%-
HSV(B)62.57º86.42%31.76%-
XYZ6.147.531.45-
YUV72.1293.51132.19-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 45.88%
GREEN value IS 81 (32.03% from 255) = 47.65%
BLUE value IS 11 (4.69% from 255) = 6.47%
R=45.88%
G=47.65%
B=6.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7881110.0400.860.6862.5776.0918.04
Hex4E51B4056443f4c12
Octal11612113401261047711422
Binary100111010100011011100010101101000100111111100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E510B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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