#47601A

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

Shades of Verdun Green #47601A

Tints of Verdun Green #47601A

Color information

#47601A (or 0x47601A) is unknown color: approx Verdun Green. HEX triplet: 47, 60 and 1A. RGB value is (71,96,26). Sum of RGB (Red+Green+Blue) = 71+96+26=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #47601A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47601A is #B89FE5. Grayscale: #505050. Windows color (decimal): -12099558 or 1728583. OLE color: 1728583.

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

Color convert

RGB719626-
CMYK0.2600.730.62
HSL81.43º57.38%23.92%-
HSV(B)81.43º72.92%37.65%-
XYZ6.979.782.5-
YUV80.5497.22121.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.79%
GREEN value IS 96 (37.89% from 255) = 49.74%
BLUE value IS 26 (10.55% from 255) = 13.47%
R=36.79%
G=49.74%
B=13.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7196260.2600.730.6281.4357.3823.92
Hex47601A1A0493E513918
Octal10714032320111761217130
Binary10001111100000110101101001001001111110101000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47601A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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