#48755A

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

Shades of Como #48755A

Tints of Como #48755A

Color information

#48755A (or 0x48755A) is unknown color: approx Como. HEX triplet: 48, 75 and 5A. RGB value is (72,117,90). Sum of RGB (Red+Green+Blue) = 72+117+90=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 117 - color contains mainly: green. Hex color #48755A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48755A is #B78AA5. Grayscale: #646464. Windows color (decimal): -12028582 or 5928264. OLE color: 5928264.

HSL color Cylindrical-coordinate representation of color #48755A: hue angle of 144º 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 #48755A is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB7211790-
CMYK0.3800.230.54
HSL144º23.81%37.06%-
HSV(B)144º38.46%45.88%-
XYZ10.8814.8411.96-
YUV100.47122.09107.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.81%
GREEN value IS 117 (46.09% from 255) = 41.94%
BLUE value IS 90 (35.55% from 255) = 32.26%
R=25.81%
G=41.94%
B=32.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72117900.3800.230.5414423.8137.06
Hex48755A2601736901825
Octal11016513246027662203045
Binary1001000111010110110101001100101111101101001000011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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