#48490D

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

Shades of Verdun Green #48490D

Tints of Verdun Green #48490D

Color information

#48490D (or 0x48490D) is unknown color: approx Verdun Green. HEX triplet: 48, 49 and 0D. RGB value is (72,73,13). Sum of RGB (Red+Green+Blue) = 72+73+13=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 73 - color contains mainly: green. Hex color #48490D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48490D is #B7B6F2. Grayscale: #424242. Windows color (decimal): -12039923 or 870728. OLE color: 870728.

HSL color Cylindrical-coordinate representation of color #48490D: hue angle of 61º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48490D is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.71.

Color convert

RGB727313-
CMYK0.0100.820.71
HSL61º69.77%16.86%-
HSV(B)61º82.19%28.63%-
XYZ5.136.171.3-
YUV65.8698.17132.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.57%
GREEN value IS 73 (28.91% from 255) = 46.20%
BLUE value IS 13 (5.47% from 255) = 8.23%
R=45.57%
G=46.20%
B=8.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7273130.0100.820.716169.7716.86
Hex4849D1052473d4611
Octal11011115101221077510621
Binary1001000100100111011010100101000111111101100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48490D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48490D; }

 p { color: rgb(72,73,13); }

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

<style>
 a { background-color: #48490D; }

 a { background-color: rgb(72,73,13); }

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

<style>
 span { border-color: #48490D; }

 span { border-color: rgb(72,73,13); }

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