#4E5B17

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

Shades of Verdun Green #4E5B17

Tints of Verdun Green #4E5B17

Color information

#4E5B17 (or 0x4E5B17) is unknown color: approx Verdun Green. HEX triplet: 4E, 5B and 17. RGB value is (78,91,23). Sum of RGB (Red+Green+Blue) = 78+91+23=192 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.62% from 192); Green value is 91 (35.94% from 255 or 47.40% from 192); Blue value is 23 (9.38% from 255 or 11.98% from 192); Max value from RGB is 91 - color contains mainly: green. Hex color #4E5B17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5B17 is #B1A4E8. Grayscale: #4F4F4F. Windows color (decimal): -11642089 or 1530702. OLE color: 1530702.

HSL color Cylindrical-coordinate representation of color #4E5B17: hue angle of 71.47º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E5B17 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.

Color convert

RGB789123-
CMYK0.1400.750.64
HSL71.47º59.65%22.35%-
HSV(B)71.47º74.73%35.69%-
XYZ7.049.162.21-
YUV79.3696.19127.03-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.62%
GREEN value IS 91 (35.94% from 255) = 47.40%
BLUE value IS 23 (9.38% from 255) = 11.98%
R=40.62%
G=47.40%
B=11.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7891230.1400.750.6471.4759.6522.35
Hex4E5B17E04B40473c16
Octal116133271601131001077426
Binary10011101011011101111110010010111000000100011111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,91,23); }

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

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

 a { background-color: rgb(78,91,23); }

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

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

 span { border-color: rgb(78,91,23); }

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