#48705B

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

Shades of Como #48705B

Tints of Como #48705B

Color information

#48705B (or 0x48705B) is unknown color: approx Como. HEX triplet: 48, 70 and 5B. RGB value is (72,112,91). Sum of RGB (Red+Green+Blue) = 72+112+91=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 112 - color contains mainly: green. Hex color #48705B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48705B is #B78FA4. Grayscale: #616161. Windows color (decimal): -12029861 or 5992520. OLE color: 5992520.

HSL color Cylindrical-coordinate representation of color #48705B: hue angle of 148.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #48705B is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB7211291-
CMYK0.3600.190.56
HSL148.5º21.74%36.08%-
HSV(B)148.5º35.71%43.92%-
XYZ10.3513.7212-
YUV97.65124.25109.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.18%
GREEN value IS 112 (44.14% from 255) = 40.73%
BLUE value IS 91 (35.94% from 255) = 33.09%
R=26.18%
G=40.73%
B=33.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72112910.3600.190.56148.521.7436.08
Hex48705B2401338941624
Octal11016013344023702242644
Binary1001000111000010110111001000100111110001001010010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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