#474A10

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

Shades of Verdun Green #474A10

Tints of Verdun Green #474A10

Color information

#474A10 (or 0x474A10) is unknown color: approx Verdun Green. HEX triplet: 47, 4A and 10. RGB value is (71,74,16). Sum of RGB (Red+Green+Blue) = 71+74+16=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 74 (29.30% from 255 or 45.96% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 74 - color contains mainly: green. Hex color #474A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474A10 is #B8B5EF. Grayscale: #424242. Windows color (decimal): -12105200 or 1067591. OLE color: 1067591.

HSL color Cylindrical-coordinate representation of color #474A10: hue angle of 63.1º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #474A10 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.71.

Color convert

RGB717416-
CMYK0.0400.780.71
HSL63.1º64.44%17.65%-
HSV(B)63.1º78.38%29.02%-
XYZ5.146.271.43-
YUV66.4999.51131.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.10%
GREEN value IS 74 (29.30% from 255) = 45.96%
BLUE value IS 16 (6.64% from 255) = 9.94%
R=44.10%
G=45.96%
B=9.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7174160.0400.780.7163.164.4417.65
Hex474A10404E473f4012
Octal10711220401161077710022
Binary1000111100101010000100010011101000111111111100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474A10; }

 p { color: rgb(71,74,16); }

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

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

 a { background-color: rgb(71,74,16); }

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

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

 span { border-color: rgb(71,74,16); }

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