#474D11

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

Shades of Verdun Green #474D11

Tints of Verdun Green #474D11

Color information

#474D11 (or 0x474D11) is unknown color: approx Verdun Green. HEX triplet: 47, 4D and 11. RGB value is (71,77,17). Sum of RGB (Red+Green+Blue) = 71+77+17=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 77 (30.47% from 255 or 46.67% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 77 - color contains mainly: green. Hex color #474D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #474D11 is #B8B2EE. Grayscale: #444444. Windows color (decimal): -12104431 or 1133895. OLE color: 1133895.

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

Color convert

RGB717717-
CMYK0.0800.780.70
HSL66º63.83%18.43%-
HSV(B)66º77.92%30.2%-
XYZ5.356.691.54-
YUV68.3799.01129.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.03%
GREEN value IS 77 (30.47% from 255) = 46.67%
BLUE value IS 17 (7.03% from 255) = 10.30%
R=43.03%
G=46.67%
B=10.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7177170.0800.780.706663.8318.43
Hex474D11804E46424012
Octal1071152110011610610210022
Binary100011110011011000110000100111010001101000010100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,77,17); }

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

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

 a { background-color: rgb(71,77,17); }

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

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

 span { border-color: rgb(71,77,17); }

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