#474F18

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

Shades of Verdun Green #474F18

Tints of Verdun Green #474F18

Color information

#474F18 (or 0x474F18) is unknown color: approx Verdun Green. HEX triplet: 47, 4F and 18. RGB value is (71,79,24). Sum of RGB (Red+Green+Blue) = 71+79+24=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 79 - color contains mainly: green. Hex color #474F18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #474F18 is #B8B0E7. Grayscale: #464646. Windows color (decimal): -12103912 or 1593159. OLE color: 1593159.

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

Color convert

RGB717924-
CMYK0.1000.700.69
HSL68.73º53.4%20.2%-
HSV(B)68.73º69.62%30.98%-
XYZ5.5671.92-
YUV70.34101.85128.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.80%
GREEN value IS 79 (31.25% from 255) = 45.40%
BLUE value IS 24 (9.77% from 255) = 13.79%
R=40.80%
G=45.40%
B=13.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7179240.1000.700.6968.7353.420.2
Hex474F18A04645453514
Octal107117301201061051056524
Binary10001111001111110001010010001101000101100010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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