#48785D

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

Shades of Como #48785D

Tints of Como #48785D

Color information

#48785D (or 0x48785D) is unknown color: approx Como. HEX triplet: 48, 78 and 5D. RGB value is (72,120,93). Sum of RGB (Red+Green+Blue) = 72+120+93=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 120 - color contains mainly: green. Hex color #48785D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48785D is #B787A2. Grayscale: #666666. Windows color (decimal): -12027811 or 6125640. OLE color: 6125640.

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

Color convert

RGB7212093-
CMYK0.4000.220.53
HSL146.25º25%37.65%-
HSV(B)146.25º40%47.06%-
XYZ11.3615.612.77-
YUV102.57122.6106.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 120 (47.27% from 255) = 42.11%
BLUE value IS 93 (36.72% from 255) = 32.63%
R=25.26%
G=42.11%
B=32.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72120930.4000.220.53146.252537.65
Hex48785D2801635921926
Octal11017013550026652223146
Binary1001000111100010111011010000101101101011001001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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