#474900

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

Shades of Verdun Green #474900

Tints of Verdun Green #474900

Color information

#474900 (or 0x474900) is unknown color: approx Verdun Green. HEX triplet: 47, 49 and 00. RGB value is (71,73,0). Sum of RGB (Red+Green+Blue) = 71+73+0=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 73 (28.91% from 255 or 50.69% from 144); Blue value is 0 (0.39% from 255 or 0% from 144); Max value from RGB is 73 - color contains mainly: green. Hex color #474900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474900 is #B8B6FF. Grayscale: #404040. Windows color (decimal): -12105472 or 18759. OLE color: 18759.

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

Color convert

RGB71730-
CMYK0.03010.71
HSL61.64º100%14.31%-
HSV(B)61.64º100%28.63%-
XYZ4.986.10.92-
YUV64.0891.84132.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.31%
GREEN value IS 73 (28.91% from 255) = 50.69%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.31%
G=50.69%
B=0%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal717300.03010.7161.6410014.31
Hex474903064473e64e
Octal1071110301441077614416
Binary1000111100100101101100100100011111111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474900; }

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

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

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

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

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

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

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

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