#474915

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

Shades of Verdun Green #474915

Tints of Verdun Green #474915

Color information

#474915 (or 0x474915) is unknown color: approx Verdun Green. HEX triplet: 47, 49 and 15. RGB value is (71,73,21). Sum of RGB (Red+Green+Blue) = 71+73+21=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 73 (28.91% from 255 or 44.24% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 73 - color contains mainly: green. Hex color #474915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474915 is #B8B6EA. Grayscale: #424242. Windows color (decimal): -12105451 or 1395015. OLE color: 1395015.

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

Color convert

RGB717321-
CMYK0.0300.710.71
HSL62.31º55.32%18.43%-
HSV(B)62.31º71.23%28.63%-
XYZ5.126.161.63-
YUV66.47102.34131.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.03%
GREEN value IS 73 (28.91% from 255) = 44.24%
BLUE value IS 21 (8.59% from 255) = 12.73%
R=43.03%
G=44.24%
B=12.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7173210.0300.710.7162.3155.3218.43
Hex4749153047473e3712
Octal1071112530107107766722
Binary10001111001001101011101000111100011111111011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474915; }

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

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

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

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

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

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

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

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