#48795B

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

Shades of Como #48795B

Tints of Como #48795B

Color information

#48795B (or 0x48795B) is unknown color: approx Como. HEX triplet: 48, 79 and 5B. RGB value is (72,121,91). Sum of RGB (Red+Green+Blue) = 72+121+91=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 121 (47.66% from 255 or 42.61% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 121 - color contains mainly: green. Hex color #48795B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48795B is #B786A4. Grayscale: #676767. Windows color (decimal): -12027557 or 5994824. OLE color: 5994824.

HSL color Cylindrical-coordinate representation of color #48795B: hue angle of 143.27º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #48795B is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB7212191-
CMYK0.4000.250.53
HSL143.27º25.39%37.84%-
HSV(B)143.27º40.5%47.45%-
XYZ11.415.8112.35-
YUV102.93121.27105.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.35%
GREEN value IS 121 (47.66% from 255) = 42.61%
BLUE value IS 91 (35.94% from 255) = 32.04%
R=25.35%
G=42.61%
B=32.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72121910.4000.250.53143.2725.3937.84
Hex48795B28019358f1926
Octal11017113350031652173146
Binary1001000111100110110111010000110011101011000111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48795B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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