#47601B

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

Shades of Verdun Green #47601B

Tints of Verdun Green #47601B

Color information

#47601B (or 0x47601B) is unknown color: approx Verdun Green. HEX triplet: 47, 60 and 1B. RGB value is (71,96,27). Sum of RGB (Red+Green+Blue) = 71+96+27=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 96 - color contains mainly: green. Hex color #47601B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47601B is #B89FE4. Grayscale: #505050. Windows color (decimal): -12099557 or 1794119. OLE color: 1794119.

HSL color Cylindrical-coordinate representation of color #47601B: hue angle of 81.74º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47601B is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB719627-
CMYK0.2600.720.62
HSL81.74º56.1%24.12%-
HSV(B)81.74º71.88%37.65%-
XYZ6.989.782.56-
YUV80.6697.72121.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.60%
GREEN value IS 96 (37.89% from 255) = 49.48%
BLUE value IS 27 (10.94% from 255) = 13.92%
R=36.60%
G=49.48%
B=13.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7196270.2600.720.6281.7456.124.12
Hex47601B1A0483E523818
Octal10714033320110761227030
Binary10001111100000110111101001001000111110101001011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47601B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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