#4C4603

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

Shades of Verdun Green #4C4603

Tints of Verdun Green #4C4603

Color information

#4C4603 (or 0x4C4603) is unknown color: approx Verdun Green. HEX triplet: 4C, 46 and 03. RGB value is (76,70,3). Sum of RGB (Red+Green+Blue) = 76+70+3=149 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.01% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 3 (1.56% from 255 or 2.01% from 149); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4603 is #B3B9FC. Grayscale: #404040. Windows color (decimal): -11778557 or 214604. OLE color: 214604.

HSL color Cylindrical-coordinate representation of color #4C4603: hue angle of 55.07º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C4603 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.70.

Color convert

RGB76703-
CMYK00.080.960.70
HSL55.07º92.41%15.49%-
HSV(B)55.07º96.05%29.8%-
XYZ5.195.920.96-
YUV64.1693.49136.45-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 51.01%
GREEN value IS 70 (27.73% from 255) = 46.98%
BLUE value IS 3 (1.56% from 255) = 2.01%
R=51.01%
G=46.98%
B=2.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.96
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7670300.080.960.7055.0792.4115.49
Hex4C463086046375cf
Octal11410630101401066713417
Binary1001100100011011010001100000100011011011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,70,3); }

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

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

 a { background-color: rgb(76,70,3); }

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

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

 span { border-color: rgb(76,70,3); }

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