#4E5710

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

Shades of Verdun Green #4E5710

Tints of Verdun Green #4E5710

Color information

#4E5710 (or 0x4E5710) is unknown color: approx Verdun Green. HEX triplet: 4E, 57 and 10. RGB value is (78,87,16). Sum of RGB (Red+Green+Blue) = 78+87+16=181 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.09% from 181); Green value is 87 (34.38% from 255 or 48.07% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 87 - color contains mainly: green. Hex color #4E5710 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5710 is #B1A8EF. Grayscale: #4C4C4C. Windows color (decimal): -11643120 or 1070926. OLE color: 1070926.

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

Color convert

RGB788716-
CMYK0.1000.820.66
HSL67.61º68.93%20.2%-
HSV(B)67.61º81.61%34.12%-
XYZ6.648.471.78-
YUV76.2194.02129.27-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 43.09%
GREEN value IS 87 (34.38% from 255) = 48.07%
BLUE value IS 16 (6.64% from 255) = 8.84%
R=43.09%
G=48.07%
B=8.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7887160.1000.820.6667.6168.9320.2
Hex4E5710A05242444514
Octal1161272012012210210410524
Binary100111010101111000010100101001010000101000100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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