#47601D

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

Shades of Verdun Green #47601D

Tints of Verdun Green #47601D

Color information

#47601D (or 0x47601D) is unknown color: approx Verdun Green. HEX triplet: 47, 60 and 1D. RGB value is (71,96,29). Sum of RGB (Red+Green+Blue) = 71+96+29=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #47601D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47601D is #B89FE2. Grayscale: #515151. Windows color (decimal): -12099555 or 1925191. OLE color: 1925191.

HSL color Cylindrical-coordinate representation of color #47601D: hue angle of 82.39º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47601D is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB719629-
CMYK0.2600.700.62
HSL82.39º53.6%24.51%-
HSV(B)82.39º69.79%37.65%-
XYZ79.792.68-
YUV80.8998.72120.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.22%
GREEN value IS 96 (37.89% from 255) = 48.98%
BLUE value IS 29 (11.72% from 255) = 14.80%
R=36.22%
G=48.98%
B=14.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7196290.2600.700.6282.3953.624.51
Hex47601D1A0463E523619
Octal10714035320106761226631
Binary10001111100000111011101001000110111110101001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47601D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47601D; }

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

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

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

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

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

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

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

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