#4C5703

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

Shades of Verdun Green #4C5703

Tints of Verdun Green #4C5703

Color information

#4C5703 (or 0x4C5703) is unknown color: approx Verdun Green. HEX triplet: 4C, 57 and 03. RGB value is (76,87,3). Sum of RGB (Red+Green+Blue) = 76+87+3=166 (21% of max value = 765). Red value is 76 (30.08% from 255 or 45.78% from 166); Green value is 87 (34.38% from 255 or 52.41% from 166); Blue value is 3 (1.56% from 255 or 1.81% from 166); Max value from RGB is 87 - color contains mainly: green. Hex color #4C5703 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5703 is #B3A8FC. Grayscale: #4A4A4A. Windows color (decimal): -11774205 or 218956. OLE color: 218956.

HSL color Cylindrical-coordinate representation of color #4C5703: hue angle of 67.86º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C5703 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB76873-
CMYK0.1300.970.66
HSL67.86º93.33%17.65%-
HSV(B)67.86º96.55%34.12%-
XYZ6.418.361.36-
YUV74.1387.86129.33-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 45.78%
GREEN value IS 87 (34.38% from 255) = 52.41%
BLUE value IS 3 (1.56% from 255) = 1.81%
R=45.78%
G=52.41%
B=1.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal768730.1300.970.6667.8693.3317.65
Hex4C573D06142445d12
Octal114127315014110210413522
Binary100110010101111111010110000110000101000100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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