#474815

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

Shades of Verdun Green #474815

Tints of Verdun Green #474815

Color information

#474815 (or 0x474815) is unknown color: approx Verdun Green. HEX triplet: 47, 48 and 15. RGB value is (71,72,21). Sum of RGB (Red+Green+Blue) = 71+72+21=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 72 - color contains mainly: green. Hex color #474815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474815 is #B8B7EA. Grayscale: #424242. Windows color (decimal): -12105707 or 1394759. OLE color: 1394759.

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

Color convert

RGB717221-
CMYK0.0100.710.72
HSL61.18º54.84%18.24%-
HSV(B)61.18º70.83%28.24%-
XYZ5.056.031.61-
YUV65.89102.67131.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.29%
GREEN value IS 72 (28.52% from 255) = 43.90%
BLUE value IS 21 (8.59% from 255) = 12.80%
R=43.29%
G=43.90%
B=12.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7172210.0100.710.7261.1854.8418.24
Hex4748151047483d3712
Octal1071102510107110756722
Binary1000111100100010101101000111100100011110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474815; }

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

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

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

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

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

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

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

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