#48745B

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

Shades of Como #48745B

Tints of Como #48745B

Color information

#48745B (or 0x48745B) is unknown color: approx Como. HEX triplet: 48, 74 and 5B. RGB value is (72,116,91). Sum of RGB (Red+Green+Blue) = 72+116+91=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 116 - color contains mainly: green. Hex color #48745B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48745B is #B78BA4. Grayscale: #646464. Windows color (decimal): -12028837 or 5993544. OLE color: 5993544.

HSL color Cylindrical-coordinate representation of color #48745B: hue angle of 145.91º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #48745B is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB7211691-
CMYK0.3800.220.55
HSL145.91º23.4%36.86%-
HSV(B)145.91º37.93%45.49%-
XYZ10.8114.6212.15-
YUV99.99122.92108.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.81%
GREEN value IS 116 (45.70% from 255) = 41.58%
BLUE value IS 91 (35.94% from 255) = 32.62%
R=25.81%
G=41.58%
B=32.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72116910.3800.220.55145.9123.436.86
Hex48745B2601637921725
Octal11016413346026672222745
Binary1001000111010010110111001100101101101111001001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,116,91); }

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

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

 a { background-color: rgb(72,116,91); }

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

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

 span { border-color: rgb(72,116,91); }

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