#48460a

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

Shades of Verdun Green #48460A

Tints of Verdun Green #48460A

Color information

#48460A (or 0x48460A) is unknown color: approx Verdun Green. HEX triplet: 48, 46 and 0A. RGB value is (72,70,10). Sum of RGB (Red+Green+Blue) = 72+70+10=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #48460A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48460A is #B7B9F5. Grayscale: #3F3F3F. Windows color (decimal): -12040694 or 673352. OLE color: 673352.

HSL color Cylindrical-coordinate representation of color #48460A: hue angle of 58.06º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48460A is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB727010-
CMYK00.030.860.72
HSL58.06º75.61%16.08%-
HSV(B)58.06º86.11%28.24%-
XYZ4.925.781.14-
YUV63.7697.66133.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.37%
GREEN value IS 70 (27.73% from 255) = 46.05%
BLUE value IS 10 (4.30% from 255) = 6.58%
R=47.37%
G=46.05%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72701000.030.860.7258.0675.6116.08
Hex4846A0356483a4c10
Octal11010612031261107211420
Binary10010001000110101001110101101001000111010100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48460a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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