#47480F

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

Shades of Verdun Green #47480F

Tints of Verdun Green #47480F

Color information

#47480F (or 0x47480F) is unknown color: approx Verdun Green. HEX triplet: 47, 48 and 0F. RGB value is (71,72,15). Sum of RGB (Red+Green+Blue) = 71+72+15=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #47480F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47480F is #B8B7F0. Grayscale: #414141. Windows color (decimal): -12105713 or 1001543. OLE color: 1001543.

HSL color Cylindrical-coordinate representation of color #47480F: hue angle of 61.05º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47480F is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB717215-
CMYK0.0100.790.72
HSL61.05º65.52%17.06%-
HSV(B)61.05º79.17%28.24%-
XYZ56.011.35-
YUV65.299.67132.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.94%
GREEN value IS 72 (28.52% from 255) = 45.57%
BLUE value IS 15 (6.25% from 255) = 9.49%
R=44.94%
G=45.57%
B=9.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7172150.0100.790.7261.0565.5217.06
Hex4748F104F483d4211
Octal10711017101171107510221
Binary1000111100100011111010011111001000111101100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47480F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,72,15); }

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

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

 a { background-color: rgb(71,72,15); }

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

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

 span { border-color: rgb(71,72,15); }

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