#48785F

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

Shades of Como #48785F

Tints of Como #48785F

Color information

#48785F (or 0x48785F) is unknown color: approx Como. HEX triplet: 48, 78 and 5F. RGB value is (72,120,95). Sum of RGB (Red+Green+Blue) = 72+120+95=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 120 - color contains mainly: green. Hex color #48785F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48785F is #B787A0. Grayscale: #666666. Windows color (decimal): -12027809 or 6256712. OLE color: 6256712.

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

Color convert

RGB7212095-
CMYK0.4000.210.53
HSL148.75º25%37.65%-
HSV(B)148.75º40%47.06%-
XYZ11.4515.6413.24-
YUV102.8123.6106.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.09%
GREEN value IS 120 (47.27% from 255) = 41.81%
BLUE value IS 95 (37.5% from 255) = 33.10%
R=25.09%
G=41.81%
B=33.10%

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
Decimal72120950.4000.210.53148.752537.65
Hex48785F2801535951926
Octal11017013750025652253146
Binary1001000111100010111111010000101011101011001010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48785F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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