#4C5413

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

Shades of Verdun Green #4C5413

Tints of Verdun Green #4C5413

Color information

#4C5413 (or 0x4C5413) is unknown color: approx Verdun Green. HEX triplet: 4C, 54 and 13. RGB value is (76,84,19). Sum of RGB (Red+Green+Blue) = 76+84+19=179 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.46% from 179); Green value is 84 (33.20% from 255 or 46.93% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 84 - color contains mainly: green. Hex color #4C5413 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5413 is #B3ABEC. Grayscale: #4A4A4A. Windows color (decimal): -11774957 or 1266764. OLE color: 1266764.

HSL color Cylindrical-coordinate representation of color #4C5413: hue angle of 67.38º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4C5413 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB768419-
CMYK0.1000.770.67
HSL67.38º63.11%20.2%-
HSV(B)67.38º77.38%32.94%-
XYZ6.277.921.82-
YUV74.296.85129.29-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 42.46%
GREEN value IS 84 (33.20% from 255) = 46.93%
BLUE value IS 19 (7.81% from 255) = 10.61%
R=42.46%
G=46.93%
B=10.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7684190.1000.770.6767.3863.1120.2
Hex4C5413A04D43433f14
Octal114124231201151031037724
Binary10011001010100100111010010011011000011100001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,84,19); }

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

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

 a { background-color: rgb(76,84,19); }

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

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

 span { border-color: rgb(76,84,19); }

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