#48460F

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

Shades of Verdun Green #48460F

Tints of Verdun Green #48460F

Color information

#48460F (or 0x48460F) is unknown color: approx Verdun Green. HEX triplet: 48, 46 and 0F. RGB value is (72,70,15). Sum of RGB (Red+Green+Blue) = 72+70+15=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #48460F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48460F is #B7B9F0. Grayscale: #404040. Windows color (decimal): -12040689 or 1001032. OLE color: 1001032.

HSL color Cylindrical-coordinate representation of color #48460F: hue angle of 57.89º 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 #48460F is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB727015-
CMYK00.030.790.72
HSL57.89º65.52%17.06%-
HSV(B)57.89º79.17%28.24%-
XYZ4.955.791.31-
YUV64.33100.16133.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.86%
GREEN value IS 70 (27.73% from 255) = 44.59%
BLUE value IS 15 (6.25% from 255) = 9.55%
R=45.86%
G=44.59%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72701500.030.790.7257.8965.5217.06
Hex4846F034F483a4211
Octal11010617031171107210221
Binary10010001000110111101110011111001000111010100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48460F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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