#48775F

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

Shades of Como #48775F

Tints of Como #48775F

Color information

#48775F (or 0x48775F) is unknown color: approx Como. HEX triplet: 48, 77 and 5F. RGB value is (72,119,95). Sum of RGB (Red+Green+Blue) = 72+119+95=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 119 - color contains mainly: green. Hex color #48775F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48775F is #B788A0. Grayscale: #666666. Windows color (decimal): -12028065 or 6256456. OLE color: 6256456.

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

Color convert

RGB7211995-
CMYK0.3900.200.53
HSL149.36º24.61%37.45%-
HSV(B)149.36º39.5%46.67%-
XYZ11.3315.413.2-
YUV102.21123.93106.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.17%
GREEN value IS 119 (46.88% from 255) = 41.61%
BLUE value IS 95 (37.5% from 255) = 33.22%
R=25.17%
G=41.61%
B=33.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72119950.3900.200.53149.3624.6137.45
Hex48775F2701435951925
Octal11016713747024652253145
Binary1001000111011110111111001110101001101011001010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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