#476A05

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

Shades of Verdun Green #476A05

Tints of Verdun Green #476A05

Color information

#476A05 (or 0x476A05) is unknown color: approx Verdun Green. HEX triplet: 47, 6A and 05. RGB value is (71,106,5). Sum of RGB (Red+Green+Blue) = 71+106+5=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 106 (41.80% from 255 or 58.24% from 182); Blue value is 5 (2.34% from 255 or 2.75% from 182); Max value from RGB is 106 - color contains mainly: green. Hex color #476A05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476A05 is #B895FA. Grayscale: #545454. Windows color (decimal): -12097019 or 354887. OLE color: 354887.

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

Color convert

RGB711065-
CMYK0.3300.950.58
HSL80.79º90.99%21.76%-
HSV(B)80.79º95.28%41.57%-
XYZ7.7811.661.98-
YUV84.0283.4118.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.01%
GREEN value IS 106 (41.80% from 255) = 58.24%
BLUE value IS 5 (2.34% from 255) = 2.75%
R=39.01%
G=58.24%
B=2.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7110650.3300.950.5880.7990.9921.76
Hex476A52105F3A515b16
Octal10715254101377212113326
Binary10001111101010101100001010111111110101010001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,106,5); }

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

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

 a { background-color: rgb(71,106,5); }

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

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

 span { border-color: rgb(71,106,5); }

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