#476E03

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

Shades of Verdun Green #476E03

Tints of Verdun Green #476E03

Color information

#476E03 (or 0x476E03) is unknown color: approx Verdun Green. HEX triplet: 47, 6E and 03. RGB value is (71,110,3). Sum of RGB (Red+Green+Blue) = 71+110+3=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 110 (43.36% from 255 or 59.78% from 184); Blue value is 3 (1.56% from 255 or 1.63% from 184); Max value from RGB is 110 - color contains mainly: green. Hex color #476E03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476E03 is #B891FC. Grayscale: #565656. Windows color (decimal): -12095997 or 224839. OLE color: 224839.

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

Color convert

RGB711103-
CMYK0.3500.970.57
HSL81.87º94.69%22.16%-
HSV(B)81.87º97.27%43.14%-
XYZ8.1912.52.07-
YUV86.1481.08117.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.59%
GREEN value IS 110 (43.36% from 255) = 59.78%
BLUE value IS 3 (1.56% from 255) = 1.63%
R=38.59%
G=59.78%
B=1.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7111030.3500.970.5781.8794.6922.16
Hex476E32306139525f16
Octal10715634301417112213726
Binary1000111110111011100011011000011110011010010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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