#474F15

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

Shades of Verdun Green #474F15

Tints of Verdun Green #474F15

Color information

#474F15 (or 0x474F15) is unknown color: approx Verdun Green. HEX triplet: 47, 4F and 15. RGB value is (71,79,21). Sum of RGB (Red+Green+Blue) = 71+79+21=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 79 (31.25% from 255 or 46.20% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 79 - color contains mainly: green. Hex color #474F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #474F15 is #B8B0EA. Grayscale: #464646. Windows color (decimal): -12103915 or 1396551. OLE color: 1396551.

HSL color Cylindrical-coordinate representation of color #474F15: hue angle of 68.28º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #474F15 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.69.

Color convert

RGB717921-
CMYK0.1000.730.69
HSL68.28º58%19.61%-
HSV(B)68.28º73.42%30.98%-
XYZ5.536.991.77-
YUV70100.35128.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.52%
GREEN value IS 79 (31.25% from 255) = 46.20%
BLUE value IS 21 (8.59% from 255) = 12.28%
R=41.52%
G=46.20%
B=12.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7179210.1000.730.6968.285819.61
Hex474F15A04945443a14
Octal107117251201111051047224
Binary10001111001111101011010010010011000101100010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,79,21); }

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

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

 a { background-color: rgb(71,79,21); }

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

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

 span { border-color: rgb(71,79,21); }

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