#47551A

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

Shades of Verdun Green #47551A

Tints of Verdun Green #47551A

Color information

#47551A (or 0x47551A) is unknown color: approx Verdun Green. HEX triplet: 47, 55 and 1A. RGB value is (71,85,26). Sum of RGB (Red+Green+Blue) = 71+85+26=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 26 (10.55% from 255 or 14.29% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #47551A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47551A is #B8AAE5. Grayscale: #4A4A4A. Windows color (decimal): -12102374 or 1725767. OLE color: 1725767.

HSL color Cylindrical-coordinate representation of color #47551A: hue angle of 74.24º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47551A is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB718526-
CMYK0.1600.690.67
HSL74.24º53.15%21.76%-
HSV(B)74.24º69.41%33.33%-
XYZ6.037.912.19-
YUV74.09100.86125.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.01%
GREEN value IS 85 (33.59% from 255) = 46.70%
BLUE value IS 26 (10.55% from 255) = 14.29%
R=39.01%
G=46.70%
B=14.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7185260.1600.690.6774.2453.1521.76
Hex47551A10045434a3516
Octal107125322001051031126526
Binary100011110101011101010000010001011000011100101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47551A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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