#48561C

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

Shades of Verdun Green #48561C

Tints of Verdun Green #48561C

Color information

#48561C (or 0x48561C) is unknown color: approx Verdun Green. HEX triplet: 48, 56 and 1C. RGB value is (72,86,28). Sum of RGB (Red+Green+Blue) = 72+86+28=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 86 (33.98% from 255 or 46.24% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 86 - color contains mainly: green. Hex color #48561C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48561C is #B7A9E3. Grayscale: #4B4B4B. Windows color (decimal): -12036580 or 1857096. OLE color: 1857096.

HSL color Cylindrical-coordinate representation of color #48561C: hue angle of 74.48º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48561C is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB728628-
CMYK0.1600.670.66
HSL74.48º50.88%22.35%-
HSV(B)74.48º67.44%33.73%-
XYZ6.218.122.34-
YUV75.2101.36125.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.71%
GREEN value IS 86 (33.98% from 255) = 46.24%
BLUE value IS 28 (11.33% from 255) = 15.05%
R=38.71%
G=46.24%
B=15.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7286280.1600.670.6674.4850.8822.35
Hex48561C10043424a3316
Octal110126342001031021126326
Binary100100010101101110010000010000111000010100101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48561C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48561C; }

 p { color: rgb(72,86,28); }

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

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

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

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

<style>
 span { border-color: #48561C; }

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

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