#476C03

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

Shades of Verdun Green #476C03

Tints of Verdun Green #476C03

Color information

#476C03 (or 0x476C03) is unknown color: approx Verdun Green. HEX triplet: 47, 6C and 03. RGB value is (71,108,3). Sum of RGB (Red+Green+Blue) = 71+108+3=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 108 (42.58% from 255 or 59.34% from 182); Blue value is 3 (1.56% from 255 or 1.65% from 182); Max value from RGB is 108 - color contains mainly: green. Hex color #476C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476C03 is #B893FC. Grayscale: #555555. Windows color (decimal): -12096509 or 224327. OLE color: 224327.

HSL color Cylindrical-coordinate representation of color #476C03: hue angle of 81.14º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #476C03 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB711083-
CMYK0.3400.970.58
HSL81.14º94.59%21.76%-
HSV(B)81.14º97.22%42.35%-
XYZ7.9812.072-
YUV84.9781.74118.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.01%
GREEN value IS 108 (42.58% from 255) = 59.34%
BLUE value IS 3 (1.56% from 255) = 1.65%
R=39.01%
G=59.34%
B=1.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7110830.3400.970.5881.1494.5921.76
Hex476C3220613A515f16
Octal10715434201417212113726
Binary1000111110110011100010011000011110101010001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476C03; }

 p { color: rgb(71,108,3); }

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

<style>
 a { background-color: #476C03; }

 a { background-color: rgb(71,108,3); }

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

<style>
 span { border-color: #476C03; }

 span { border-color: rgb(71,108,3); }

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