#47551F

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

Shades of Verdun Green #47551F

Tints of Verdun Green #47551F

Color information

#47551F (or 0x47551F) is unknown color: approx Verdun Green. HEX triplet: 47, 55 and 1F. RGB value is (71,85,31). Sum of RGB (Red+Green+Blue) = 71+85+31=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #47551F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47551F is #B8AAE0. Grayscale: #4A4A4A. Windows color (decimal): -12102369 or 2053447. OLE color: 2053447.

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

Color convert

RGB718531-
CMYK0.1600.640.67
HSL75.56º46.55%22.75%-
HSV(B)75.56º63.53%33.33%-
XYZ6.097.942.51-
YUV74.66103.36125.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.97%
GREEN value IS 85 (33.59% from 255) = 45.45%
BLUE value IS 31 (12.5% from 255) = 16.58%
R=37.97%
G=45.45%
B=16.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7185310.1600.640.6775.5646.5522.75
Hex47551F10040434c2f17
Octal107125372001001031145727
Binary100011110101011111110000010000001000011100110010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47551F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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