#48561A

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

Shades of Verdun Green #48561A

Tints of Verdun Green #48561A

Color information

#48561A (or 0x48561A) is unknown color: approx Verdun Green. HEX triplet: 48, 56 and 1A. RGB value is (72,86,26). Sum of RGB (Red+Green+Blue) = 72+86+26=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 86 (33.98% from 255 or 46.74% from 184); Blue value is 26 (10.55% from 255 or 14.13% from 184); Max value from RGB is 86 - color contains mainly: green. Hex color #48561A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48561A is #B7A9E5. Grayscale: #4B4B4B. Windows color (decimal): -12036582 or 1726024. OLE color: 1726024.

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

Color convert

RGB728626-
CMYK0.1600.700.66
HSL74º53.57%21.96%-
HSV(B)74º69.77%33.73%-
XYZ6.198.112.22-
YUV74.97100.36125.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.13%
GREEN value IS 86 (33.98% from 255) = 46.74%
BLUE value IS 26 (10.55% from 255) = 14.13%
R=39.13%
G=46.74%
B=14.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7286260.1600.700.667453.5721.96
Hex48561A10046424a3616
Octal110126322001061021126626
Binary100100010101101101010000010001101000010100101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48561A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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