#4E530E

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

Shades of Verdun Green #4E530E

Tints of Verdun Green #4E530E

Color information

#4E530E (or 0x4E530E) is unknown color: approx Verdun Green. HEX triplet: 4E, 53 and 0E. RGB value is (78,83,14). Sum of RGB (Red+Green+Blue) = 78+83+14=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #4E530E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E530E is #B1ACF1. Grayscale: #494949. Windows color (decimal): -11644146 or 938830. OLE color: 938830.

HSL color Cylindrical-coordinate representation of color #4E530E: hue angle of 64.35º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E530E is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB788314-
CMYK0.0600.830.67
HSL64.35º71.13%19.02%-
HSV(B)64.35º83.13%32.55%-
XYZ6.317.841.6-
YUV73.6494.34131.11-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.57%
GREEN value IS 83 (32.81% from 255) = 47.43%
BLUE value IS 14 (5.86% from 255) = 8%
R=44.57%
G=47.43%
B=8%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7883140.0600.830.6764.3571.1319.02
Hex4E53E605343404713
Octal116123166012310310010723
Binary1001110101001111101100101001110000111000000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E530E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,83,14); }

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

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

 a { background-color: rgb(78,83,14); }

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

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

 span { border-color: rgb(78,83,14); }

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