#476013

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

Shades of Verdun Green #476013

Tints of Verdun Green #476013

Color information

#476013 (or 0x476013) is unknown color: approx Verdun Green. HEX triplet: 47, 60 and 13. RGB value is (71,96,19). Sum of RGB (Red+Green+Blue) = 71+96+19=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 96 (37.89% from 255 or 51.61% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 96 - color contains mainly: green. Hex color #476013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476013 is #B89FEC. Grayscale: #505050. Windows color (decimal): -12099565 or 1269831. OLE color: 1269831.

HSL color Cylindrical-coordinate representation of color #476013: hue angle of 79.48º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #476013 is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB719619-
CMYK0.2600.800.62
HSL79.48º66.96%22.55%-
HSV(B)79.48º80.21%37.65%-
XYZ6.99.752.13-
YUV79.7593.72121.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.17%
GREEN value IS 96 (37.89% from 255) = 51.61%
BLUE value IS 19 (7.81% from 255) = 10.22%
R=38.17%
G=51.61%
B=10.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7196190.2600.800.6279.4866.9622.55
Hex4760131A0503E4f4317
Octal107140233201207611710327
Binary100011111000001001111010010100001111101001111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476013; }

 p { color: rgb(71,96,19); }

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

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

 a { background-color: rgb(71,96,19); }

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

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

 span { border-color: rgb(71,96,19); }

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