#488563

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

Shades of Como #488563

Tints of Como #488563

Color information

#488563 (or 0x488563) is unknown color: approx Como. HEX triplet: 48, 85 and 63. RGB value is (72,133,99). Sum of RGB (Red+Green+Blue) = 72+133+99=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #488563 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488563 is #B77A9C. Grayscale: #6E6E6E. Windows color (decimal): -12024477 or 6522184. OLE color: 6522184.

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

Color convert

RGB7213399-
CMYK0.4600.260.48
HSL146.56º29.76%40.2%-
HSV(B)146.56º45.86%52.16%-
XYZ13.3119.0514.78-
YUV110.88121.29100.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.68%
GREEN value IS 133 (52.34% from 255) = 43.75%
BLUE value IS 99 (39.06% from 255) = 32.57%
R=23.68%
G=43.75%
B=32.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72133990.4600.260.48146.5629.7640.2
Hex4885632E01A30931e28
Octal11020514356032602233650
Binary10010001000010111000111011100110101100001001001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488563; }

 p { color: rgb(72,133,99); }

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

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

 a { background-color: rgb(72,133,99); }

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

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

 span { border-color: rgb(72,133,99); }

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