#48480E

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

Shades of Verdun Green #48480E

Tints of Verdun Green #48480E

Color information

#48480E (or 0x48480E) is unknown color: approx Verdun Green. HEX triplet: 48, 48 and 0E. RGB value is (72,72,14). Sum of RGB (Red+Green+Blue) = 72+72+14=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 14 (5.86% from 255 or 8.86% from 158); Max value from RGB is 72 - color contains mainly: red, green. Hex color #48480E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48480E is #B7B7F1. Grayscale: #414141. Windows color (decimal): -12040178 or 936008. OLE color: 936008.

HSL color Cylindrical-coordinate representation of color #48480E: hue angle of 60º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48480E is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.72.

Color convert

RGB727214-
CMYK000.810.72
HSL60º67.44%16.86%-
HSV(B)60º80.56%28.24%-
XYZ5.076.041.31-
YUV65.3999132.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.57%
GREEN value IS 72 (28.52% from 255) = 45.57%
BLUE value IS 14 (5.86% from 255) = 8.86%
R=45.57%
G=45.57%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal727214000.810.726067.4416.86
Hex4848E0051483c4311
Octal11011016001211107410321
Binary1001000100100011100010100011001000111100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48480E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48480E; }

 p { color: rgb(72,72,14); }

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

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

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

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

<style>
 span { border-color: #48480E; }

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

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