#48785B

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

Shades of Como #48785B

Tints of Como #48785B

Color information

#48785B (or 0x48785B) is unknown color: approx Como. HEX triplet: 48, 78 and 5B. RGB value is (72,120,91). Sum of RGB (Red+Green+Blue) = 72+120+91=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 120 - color contains mainly: green. Hex color #48785B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48785B is #B787A4. Grayscale: #666666. Windows color (decimal): -12027813 or 5994568. OLE color: 5994568.

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

Color convert

RGB7212091-
CMYK0.4000.240.53
HSL143.75º25%37.65%-
HSV(B)143.75º40%47.06%-
XYZ11.2815.5712.31-
YUV102.34121.6106.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.44%
GREEN value IS 120 (47.27% from 255) = 42.40%
BLUE value IS 91 (35.94% from 255) = 32.16%
R=25.44%
G=42.40%
B=32.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72120910.4000.240.53143.752537.65
Hex48785B2801835901926
Octal11017013350030652203146
Binary1001000111100010110111010000110001101011001000011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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