#4E5706

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

Shades of Verdun Green #4E5706

Tints of Verdun Green #4E5706

Color information

#4E5706 (or 0x4E5706) is unknown color: approx Verdun Green. HEX triplet: 4E, 57 and 06. RGB value is (78,87,6). Sum of RGB (Red+Green+Blue) = 78+87+6=171 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.61% from 171); Green value is 87 (34.38% from 255 or 50.88% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 87 - color contains mainly: green. Hex color #4E5706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5706 is #B1A8F9. Grayscale: #4B4B4B. Windows color (decimal): -11643130 or 415566. OLE color: 415566.

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

Color convert

RGB78876-
CMYK0.1000.930.66
HSL66.67º87.1%18.24%-
HSV(B)66.67º93.1%34.12%-
XYZ6.588.451.46-
YUV75.0789.02130.09-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 45.61%
GREEN value IS 87 (34.38% from 255) = 50.88%
BLUE value IS 6 (2.73% from 255) = 3.51%
R=45.61%
G=50.88%
B=3.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal788760.1000.930.6666.6787.118.24
Hex4E576A05D42435712
Octal116127612013510210312722
Binary1001110101011111010100101110110000101000011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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