#488660

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

Shades of Como #488660

Tints of Como #488660

Color information

#488660 (or 0x488660) is unknown color: approx Como. HEX triplet: 48, 86 and 60. RGB value is (72,134,96). Sum of RGB (Red+Green+Blue) = 72+134+96=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 134 - color contains mainly: green. Hex color #488660 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488660 is #B7799F. Grayscale: #6F6F6F. Windows color (decimal): -12024224 or 6325832. OLE color: 6325832.

HSL color Cylindrical-coordinate representation of color #488660: hue angle of 143.23º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488660 is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB7213496-
CMYK0.4600.280.47
HSL143.23º30.1%40.39%-
HSV(B)143.23º46.27%52.55%-
XYZ13.3119.2714.08-
YUV111.13119.46100.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.84%
GREEN value IS 134 (52.73% from 255) = 44.37%
BLUE value IS 96 (37.89% from 255) = 31.79%
R=23.84%
G=44.37%
B=31.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72134960.4600.280.47143.2330.140.39
Hex4886602E01C2F8f1e28
Octal11020614056034572173650
Binary10010001000011011000001011100111001011111000111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488660; }

 p { color: rgb(72,134,96); }

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

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

 a { background-color: rgb(72,134,96); }

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

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

 span { border-color: rgb(72,134,96); }

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