#4E5700

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

Shades of Verdun Green #4E5700

Tints of Verdun Green #4E5700

Color information

#4E5700 (or 0x4E5700) is unknown color: approx Verdun Green. HEX triplet: 4E, 57 and 00. RGB value is (78,87,0). Sum of RGB (Red+Green+Blue) = 78+87+0=165 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.27% from 165); Green value is 87 (34.38% from 255 or 52.73% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 87 - color contains mainly: green. Hex color #4E5700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5700 is #B1A8FF. Grayscale: #4A4A4A. Windows color (decimal): -11643136 or 22350. OLE color: 22350.

HSL color Cylindrical-coordinate representation of color #4E5700: hue angle of 66.21º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E5700 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.66.

Color convert

RGB78870-
CMYK0.10010.66
HSL66.21º100%17.06%-
HSV(B)66.21º100%34.12%-
XYZ6.558.441.28-
YUV74.3986.02130.57-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 47.27%
GREEN value IS 87 (34.38% from 255) = 52.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.27%
G=52.73%
B=0%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal788700.10010.6666.2110017.06
Hex4E570A06442426411
Octal116127012014410210214421
Binary10011101010111010100110010010000101000010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,87,0); }

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

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

 a { background-color: rgb(78,87,0); }

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

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

 span { border-color: rgb(78,87,0); }

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