#48755C

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

Shades of Como #48755C

Tints of Como #48755C

Color information

#48755C (or 0x48755C) is unknown color: approx Como. HEX triplet: 48, 75 and 5C. RGB value is (72,117,92). Sum of RGB (Red+Green+Blue) = 72+117+92=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 117 - color contains mainly: green. Hex color #48755C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48755C is #B78AA3. Grayscale: #646464. Windows color (decimal): -12028580 or 6059336. OLE color: 6059336.

HSL color Cylindrical-coordinate representation of color #48755C: hue angle of 146.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #48755C is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB7211792-
CMYK0.3800.210.54
HSL146.67º23.81%37.06%-
HSV(B)146.67º38.46%45.88%-
XYZ10.9714.8712.42-
YUV100.7123.09107.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.62%
GREEN value IS 117 (46.09% from 255) = 41.64%
BLUE value IS 92 (36.33% from 255) = 32.74%
R=25.62%
G=41.64%
B=32.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72117920.3800.210.54146.6723.8137.06
Hex48755C2601536931825
Octal11016513446025662233045
Binary1001000111010110111001001100101011101101001001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48755C; }

 p { color: rgb(72,117,92); }

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

<style>
 a { background-color: #48755C; }

 a { background-color: rgb(72,117,92); }

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

<style>
 span { border-color: #48755C; }

 span { border-color: rgb(72,117,92); }

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