#474816

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

Shades of Verdun Green #474816

Tints of Verdun Green #474816

Color information

#474816 (or 0x474816) is unknown color: approx Verdun Green. HEX triplet: 47, 48 and 16. RGB value is (71,72,22). Sum of RGB (Red+Green+Blue) = 71+72+22=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 22 (8.98% from 255 or 13.33% from 165); Max value from RGB is 72 - color contains mainly: green. Hex color #474816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474816 is #B8B7E9. Grayscale: #424242. Windows color (decimal): -12105706 or 1460295. OLE color: 1460295.

HSL color Cylindrical-coordinate representation of color #474816: hue angle of 61.2º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #474816 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB717222-
CMYK0.0100.690.72
HSL61.2º53.19%18.43%-
HSV(B)61.2º69.44%28.24%-
XYZ5.066.031.66-
YUV66103.17131.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.03%
GREEN value IS 72 (28.52% from 255) = 43.64%
BLUE value IS 22 (8.98% from 255) = 13.33%
R=43.03%
G=43.64%
B=13.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7172220.0100.690.7261.253.1918.43
Hex4748161045483d3512
Octal1071102610105110756522
Binary1000111100100010110101000101100100011110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474816; }

 p { color: rgb(71,72,22); }

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

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

 a { background-color: rgb(71,72,22); }

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

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

 span { border-color: rgb(71,72,22); }

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