#48561B

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

Shades of Verdun Green #48561B

Tints of Verdun Green #48561B

Color information

#48561B (or 0x48561B) is unknown color: approx Verdun Green. HEX triplet: 48, 56 and 1B. RGB value is (72,86,27). Sum of RGB (Red+Green+Blue) = 72+86+27=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 86 (33.98% from 255 or 46.49% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 86 - color contains mainly: green. Hex color #48561B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48561B is #B7A9E4. Grayscale: #4B4B4B. Windows color (decimal): -12036581 or 1791560. OLE color: 1791560.

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

Color convert

RGB728627-
CMYK0.1600.690.66
HSL74.24º52.21%22.16%-
HSV(B)74.24º68.6%33.73%-
XYZ6.28.112.28-
YUV75.09100.86125.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.92%
GREEN value IS 86 (33.98% from 255) = 46.49%
BLUE value IS 27 (10.94% from 255) = 14.59%
R=38.92%
G=46.49%
B=14.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7286270.1600.690.6674.2452.2122.16
Hex48561B10045424a3416
Octal110126332001051021126426
Binary100100010101101101110000010001011000010100101011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48561B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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