#47581B

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

Shades of Verdun Green #47581B

Tints of Verdun Green #47581B

Color information

#47581B (or 0x47581B) is unknown color: approx Verdun Green. HEX triplet: 47, 58 and 1B. RGB value is (71,88,27). Sum of RGB (Red+Green+Blue) = 71+88+27=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 88 (34.77% from 255 or 47.31% from 186); Blue value is 27 (10.94% from 255 or 14.52% from 186); Max value from RGB is 88 - color contains mainly: green. Hex color #47581B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47581B is #B8A7E4. Grayscale: #4C4C4C. Windows color (decimal): -12101605 or 1792071. OLE color: 1792071.

HSL color Cylindrical-coordinate representation of color #47581B: hue angle of 76.72º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47581B is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB718827-
CMYK0.1900.690.65
HSL76.72º53.04%22.55%-
HSV(B)76.72º69.32%34.51%-
XYZ6.298.42.33-
YUV75.96100.37124.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.17%
GREEN value IS 88 (34.77% from 255) = 47.31%
BLUE value IS 27 (10.94% from 255) = 14.52%
R=38.17%
G=47.31%
B=14.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7188270.1900.690.6576.7253.0422.55
Hex47581B13045414d3517
Octal107130332301051011156527
Binary100011110110001101110011010001011000001100110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47581B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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