#48775D

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

Shades of Como #48775D

Tints of Como #48775D

Color information

#48775D (or 0x48775D) is unknown color: approx Como. HEX triplet: 48, 77 and 5D. RGB value is (72,119,93). Sum of RGB (Red+Green+Blue) = 72+119+93=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 119 - color contains mainly: green. Hex color #48775D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48775D is #B788A2. Grayscale: #666666. Windows color (decimal): -12028067 or 6125384. OLE color: 6125384.

HSL color Cylindrical-coordinate representation of color #48775D: hue angle of 146.81º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #48775D is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB7211993-
CMYK0.3900.220.53
HSL146.81º24.61%37.45%-
HSV(B)146.81º39.5%46.67%-
XYZ11.2515.3612.73-
YUV101.98122.93106.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.35%
GREEN value IS 119 (46.88% from 255) = 41.90%
BLUE value IS 93 (36.72% from 255) = 32.75%
R=25.35%
G=41.90%
B=32.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72119930.3900.220.53146.8124.6137.45
Hex48775D2701635931925
Octal11016713547026652233145
Binary1001000111011110111011001110101101101011001001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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