#4E5211

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

Shades of Verdun Green #4E5211

Tints of Verdun Green #4E5211

Color information

#4E5211 (or 0x4E5211) is unknown color: approx Verdun Green. HEX triplet: 4E, 52 and 11. RGB value is (78,82,17). Sum of RGB (Red+Green+Blue) = 78+82+17=177 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.07% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 82 - color contains mainly: green. Hex color #4E5211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5211 is #B1ADEE. Grayscale: #494949. Windows color (decimal): -11644399 or 1135182. OLE color: 1135182.

HSL color Cylindrical-coordinate representation of color #4E5211: hue angle of 63.69º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E5211 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB788217-
CMYK0.0500.790.68
HSL63.69º65.66%19.41%-
HSV(B)63.69º79.27%32.16%-
XYZ6.267.691.69-
YUV73.3996.17131.29-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.07%
GREEN value IS 82 (32.42% from 255) = 46.33%
BLUE value IS 17 (7.03% from 255) = 9.60%
R=44.07%
G=46.33%
B=9.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7882170.0500.790.6863.6965.6619.41
Hex4E5211504F44404213
Octal116122215011710410010223
Binary10011101010010100011010100111110001001000000100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,82,17); }

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

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

 a { background-color: rgb(78,82,17); }

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

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

 span { border-color: rgb(78,82,17); }

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