#48551A

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

Shades of Verdun Green #48551A

Tints of Verdun Green #48551A

Color information

#48551A (or 0x48551A) is unknown color: approx Verdun Green. HEX triplet: 48, 55 and 1A. RGB value is (72,85,26). Sum of RGB (Red+Green+Blue) = 72+85+26=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #48551A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48551A is #B7AAE5. Grayscale: #4A4A4A. Windows color (decimal): -12036838 or 1725768. OLE color: 1725768.

HSL color Cylindrical-coordinate representation of color #48551A: hue angle of 73.22º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48551A is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB728526-
CMYK0.1500.690.67
HSL73.22º53.15%21.76%-
HSV(B)73.22º69.41%33.33%-
XYZ6.117.952.19-
YUV74.39100.69126.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.34%
GREEN value IS 85 (33.59% from 255) = 46.45%
BLUE value IS 26 (10.55% from 255) = 14.21%
R=39.34%
G=46.45%
B=14.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7285260.1500.690.6773.2253.1521.76
Hex48551AF04543493516
Octal110125321701051031116526
Binary10010001010101110101111010001011000011100100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48551A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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