#474804

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

Shades of Verdun Green #474804

Tints of Verdun Green #474804

Color information

#474804 (or 0x474804) is unknown color: approx Verdun Green. HEX triplet: 47, 48 and 04. RGB value is (71,72,4). Sum of RGB (Red+Green+Blue) = 71+72+4=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 4 (1.95% from 255 or 2.72% from 147); Max value from RGB is 72 - color contains mainly: green. Hex color #474804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474804 is #B8B7FB. Grayscale: #404040. Windows color (decimal): -12105724 or 280647. OLE color: 280647.

HSL color Cylindrical-coordinate representation of color #474804: hue angle of 60.88º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #474804 is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB71724-
CMYK0.0100.940.72
HSL60.88º89.47%14.9%-
HSV(B)60.88º94.44%28.24%-
XYZ4.945.981.01-
YUV63.9594.17133.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.30%
GREEN value IS 72 (28.52% from 255) = 48.98%
BLUE value IS 4 (1.95% from 255) = 2.72%
R=48.30%
G=48.98%
B=2.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal717240.0100.940.7260.8889.4714.9
Hex47484105E483d59f
Octal1071104101361107513117
Binary10001111001000100101011110100100011110110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474804; }

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

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

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

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

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

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

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

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