#476804

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

Shades of Verdun Green #476804

Tints of Verdun Green #476804

Color information

#476804 (or 0x476804) is unknown color: approx Verdun Green. HEX triplet: 47, 68 and 04. RGB value is (71,104,4). Sum of RGB (Red+Green+Blue) = 71+104+4=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 104 (41.02% from 255 or 58.10% from 179); Blue value is 4 (1.95% from 255 or 2.23% from 179); Max value from RGB is 104 - color contains mainly: green. Hex color #476804 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476804 is #B897FB. Grayscale: #535353. Windows color (decimal): -12097532 or 288839. OLE color: 288839.

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

Color convert

RGB711044-
CMYK0.3200.960.59
HSL79.8º92.59%21.18%-
HSV(B)79.8º96.15%40.78%-
XYZ7.5711.251.89-
YUV82.7383.57119.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.66%
GREEN value IS 104 (41.02% from 255) = 58.10%
BLUE value IS 4 (1.95% from 255) = 2.23%
R=39.66%
G=58.10%
B=2.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7110440.3200.960.5979.892.5921.18
Hex47684200603B505d15
Octal10715044001407312013525
Binary10001111101000100100000011000001110111010000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476804; }

 p { color: rgb(71,104,4); }

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

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

 a { background-color: rgb(71,104,4); }

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

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

 span { border-color: rgb(71,104,4); }

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