#474604

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

Shades of Verdun Green #474604

Tints of Verdun Green #474604

Color information

#474604 (or 0x474604) is unknown color: approx Verdun Green. HEX triplet: 47, 46 and 04. RGB value is (71,70,4). Sum of RGB (Red+Green+Blue) = 71+70+4=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 70 (27.73% from 255 or 48.28% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #474604 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474604 is #B8B9FB. Grayscale: #3F3F3F. Windows color (decimal): -12106236 or 280135. OLE color: 280135.

HSL color Cylindrical-coordinate representation of color #474604: hue angle of 59.1º 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 #474604 is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB71704-
CMYK00.010.940.72
HSL59.1º89.33%14.71%-
HSV(B)59.1º94.37%27.84%-
XYZ4.815.730.97-
YUV62.7894.83133.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.97%
GREEN value IS 70 (27.73% from 255) = 48.28%
BLUE value IS 4 (1.95% from 255) = 2.76%
R=48.97%
G=48.28%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7170400.010.940.7259.189.3314.71
Hex47464015E483b59f
Octal1071064011361107313117
Binary10001111000110100011011110100100011101110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474604; }

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

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

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

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

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

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

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

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