#48795D

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

Shades of Como #48795D

Tints of Como #48795D

Color information

#48795D (or 0x48795D) is unknown color: approx Como. HEX triplet: 48, 79 and 5D. RGB value is (72,121,93). Sum of RGB (Red+Green+Blue) = 72+121+93=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 121 (47.66% from 255 or 42.31% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 121 - color contains mainly: green. Hex color #48795D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48795D is #B786A2. Grayscale: #676767. Windows color (decimal): -12027555 or 6125896. OLE color: 6125896.

HSL color Cylindrical-coordinate representation of color #48795D: hue angle of 145.71º 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 #48795D is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB7212193-
CMYK0.4000.230.53
HSL145.71º25.39%37.84%-
HSV(B)145.71º40.5%47.45%-
XYZ11.4915.8412.81-
YUV103.16122.27105.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.17%
GREEN value IS 121 (47.66% from 255) = 42.31%
BLUE value IS 93 (36.72% from 255) = 32.52%
R=25.17%
G=42.31%
B=32.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72121930.4000.230.53145.7125.3937.84
Hex48795D2801735921926
Octal11017113550027652223146
Binary1001000111100110111011010000101111101011001001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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