#48561D

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

Shades of Verdun Green #48561D

Tints of Verdun Green #48561D

Color information

#48561D (or 0x48561D) is unknown color: approx Verdun Green. HEX triplet: 48, 56 and 1D. RGB value is (72,86,29). Sum of RGB (Red+Green+Blue) = 72+86+29=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 86 (33.98% from 255 or 45.99% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 86 - color contains mainly: green. Hex color #48561D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48561D is #B7A9E2. Grayscale: #4B4B4B. Windows color (decimal): -12036579 or 1922632. OLE color: 1922632.

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

Color convert

RGB728629-
CMYK0.1600.660.66
HSL74.74º49.57%22.55%-
HSV(B)74.74º66.28%33.73%-
XYZ6.228.122.4-
YUV75.32101.86125.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.50%
GREEN value IS 86 (33.98% from 255) = 45.99%
BLUE value IS 29 (11.72% from 255) = 15.51%
R=38.50%
G=45.99%
B=15.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7286290.1600.660.6674.7449.5722.55
Hex48561D10042424b3217
Octal110126352001021021136227
Binary100100010101101110110000010000101000010100101111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48561D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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