#488056

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

Shades of Como #488056

Tints of Como #488056

Color information

#488056 (or 0x488056) is unknown color: approx Como. HEX triplet: 48, 80 and 56. RGB value is (72,128,86). Sum of RGB (Red+Green+Blue) = 72+128+86=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 128 - color contains mainly: green. Hex color #488056 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488056 is #B77FA9. Grayscale: #6A6A6A. Windows color (decimal): -12025770 or 5668936. OLE color: 5668936.

HSL color Cylindrical-coordinate representation of color #488056: hue angle of 135º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #488056 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB7212886-
CMYK0.4400.330.50
HSL135º28%39.22%-
HSV(B)135º43.75%50.2%-
XYZ12.0717.4911.54-
YUV106.47116.45103.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.17%
GREEN value IS 128 (50.39% from 255) = 44.76%
BLUE value IS 86 (33.98% from 255) = 30.07%
R=25.17%
G=44.76%
B=30.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72128860.4400.330.501352839.22
Hex4880562C02132871c27
Octal11020012654041622073447
Binary100100010000000101011010110001000011100101000011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488056; }

 p { color: rgb(72,128,86); }

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

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

 a { background-color: rgb(72,128,86); }

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

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

 span { border-color: rgb(72,128,86); }

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