#48795F

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

Shades of Como #48795F

Tints of Como #48795F

Color information

#48795F (or 0x48795F) is unknown color: approx Como. HEX triplet: 48, 79 and 5F. RGB value is (72,121,95). Sum of RGB (Red+Green+Blue) = 72+121+95=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 121 (47.66% from 255 or 42.01% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 121 - color contains mainly: green. Hex color #48795F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48795F is #B786A0. Grayscale: #676767. Windows color (decimal): -12027553 or 6256968. OLE color: 6256968.

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

Color convert

RGB7212195-
CMYK0.4000.210.53
HSL148.16º25.39%37.84%-
HSV(B)148.16º40.5%47.45%-
XYZ11.5815.8813.28-
YUV103.38123.27105.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25%
GREEN value IS 121 (47.66% from 255) = 42.01%
BLUE value IS 95 (37.5% from 255) = 32.99%
R=25%
G=42.01%
B=32.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72121950.4000.210.53148.1625.3937.84
Hex48795F2801535941926
Octal11017113750025652243146
Binary1001000111100110111111010000101011101011001010011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48795F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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