#48470B

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

Shades of Verdun Green #48470B

Tints of Verdun Green #48470B

Color information

#48470B (or 0x48470B) is unknown color: approx Verdun Green. HEX triplet: 48, 47 and 0B. RGB value is (72,71,11). Sum of RGB (Red+Green+Blue) = 72+71+11=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #48470B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48470B is #B7B8F4. Grayscale: #404040. Windows color (decimal): -12040437 or 739144. OLE color: 739144.

HSL color Cylindrical-coordinate representation of color #48470B: hue angle of 59.02º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48470B is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB727111-
CMYK00.010.850.72
HSL59.02º73.49%16.27%-
HSV(B)59.02º84.72%28.24%-
XYZ4.995.911.19-
YUV64.4697.83133.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.75%
GREEN value IS 71 (28.12% from 255) = 46.10%
BLUE value IS 11 (4.69% from 255) = 7.14%
R=46.75%
G=46.10%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72711100.010.850.7259.0273.4916.27
Hex4847B0155483b4910
Octal11010713011251107311120
Binary1001000100011110110110101011001000111011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48470B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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