#476006

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

Shades of Verdun Green #476006

Tints of Verdun Green #476006

Color information

#476006 (or 0x476006) is unknown color: approx Verdun Green. HEX triplet: 47, 60 and 06. RGB value is (71,96,6). Sum of RGB (Red+Green+Blue) = 71+96+6=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 96 (37.89% from 255 or 55.49% from 173); Blue value is 6 (2.73% from 255 or 3.47% from 173); Max value from RGB is 96 - color contains mainly: green. Hex color #476006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476006 is #B89FF9. Grayscale: #4E4E4E. Windows color (decimal): -12099578 or 417863. OLE color: 417863.

HSL color Cylindrical-coordinate representation of color #476006: hue angle of 76.67º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #476006 is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB71966-
CMYK0.2600.940.62
HSL76.67º88.24%20%-
HSV(B)76.67º93.75%37.65%-
XYZ6.819.721.69-
YUV78.2687.22122.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.04%
GREEN value IS 96 (37.89% from 255) = 55.49%
BLUE value IS 6 (2.73% from 255) = 3.47%
R=41.04%
G=55.49%
B=3.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal719660.2600.940.6276.6788.2420
Hex476061A05E3E4d5814
Octal10714063201367611513024
Binary1000111110000011011010010111101111101001101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476006; }

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

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

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

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

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

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

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

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