#474904

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

Shades of Verdun Green #474904

Tints of Verdun Green #474904

Color information

#474904 (or 0x474904) is unknown color: approx Verdun Green. HEX triplet: 47, 49 and 04. RGB value is (71,73,4). Sum of RGB (Red+Green+Blue) = 71+73+4=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 73 (28.91% from 255 or 49.32% from 148); Blue value is 4 (1.95% from 255 or 2.70% from 148); Max value from RGB is 73 - color contains mainly: green. Hex color #474904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474904 is #B8B6FB. Grayscale: #404040. Windows color (decimal): -12105468 or 280903. OLE color: 280903.

HSL color Cylindrical-coordinate representation of color #474904: hue angle of 61.74º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #474904 is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.71.

Color convert

RGB71734-
CMYK0.0300.950.71
HSL61.74º89.61%15.1%-
HSV(B)61.74º94.52%28.63%-
XYZ56.111.03-
YUV64.5493.84132.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.97%
GREEN value IS 73 (28.91% from 255) = 49.32%
BLUE value IS 4 (1.95% from 255) = 2.70%
R=47.97%
G=49.32%
B=2.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal717340.0300.950.7161.7489.6115.1
Hex47494305F473e5af
Octal1071114301371077613217
Binary100011110010011001101011111100011111111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474904; }

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

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

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

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

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

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

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

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