#476906

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

Shades of Verdun Green #476906

Tints of Verdun Green #476906

Color information

#476906 (or 0x476906) is unknown color: approx Verdun Green. HEX triplet: 47, 69 and 06. RGB value is (71,105,6). Sum of RGB (Red+Green+Blue) = 71+105+6=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 105 (41.41% from 255 or 57.69% from 182); Blue value is 6 (2.73% from 255 or 3.30% from 182); Max value from RGB is 105 - color contains mainly: green. Hex color #476906 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476906 is #B896F9. Grayscale: #535353. Windows color (decimal): -12097274 or 420167. OLE color: 420167.

HSL color Cylindrical-coordinate representation of color #476906: hue angle of 80.61º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #476906 is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.59.

Color convert

RGB711056-
CMYK0.3200.940.59
HSL80.61º89.19%21.76%-
HSV(B)80.61º94.29%41.18%-
XYZ7.6811.461.98-
YUV83.5584.24119.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.01%
GREEN value IS 105 (41.41% from 255) = 57.69%
BLUE value IS 6 (2.73% from 255) = 3.30%
R=39.01%
G=57.69%
B=3.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7110560.3200.940.5980.6189.1921.76
Hex476962005E3B515916
Octal10715164001367312113126
Binary10001111101001110100000010111101110111010001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476906; }

 p { color: rgb(71,105,6); }

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

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

 a { background-color: rgb(71,105,6); }

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

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

 span { border-color: rgb(71,105,6); }

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