#488A5E

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

Shades of Como #488A5E

Tints of Como #488A5E

Color information

#488A5E (or 0x488A5E) is unknown color: approx Como. HEX triplet: 48, 8A and 5E. RGB value is (72,138,94). Sum of RGB (Red+Green+Blue) = 72+138+94=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 138 - color contains mainly: green. Hex color #488A5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488A5E is #B775A1. Grayscale: #717171. Windows color (decimal): -12023202 or 6195784. OLE color: 6195784.

HSL color Cylindrical-coordinate representation of color #488A5E: hue angle of 140º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488A5E is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB7213894-
CMYK0.4800.320.46
HSL140º31.43%41.18%-
HSV(B)140º47.83%54.12%-
XYZ13.7820.3613.79-
YUV113.25117.1398.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.68%
GREEN value IS 138 (54.30% from 255) = 45.39%
BLUE value IS 94 (37.11% from 255) = 30.92%
R=23.68%
G=45.39%
B=30.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72138940.4800.320.4614031.4341.18
Hex488A5E300202E8c1f29
Octal11021213660040562143751
Binary100100010001010101111011000001000001011101000110011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488A5E; }

 p { color: rgb(72,138,94); }

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

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

 a { background-color: rgb(72,138,94); }

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

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

 span { border-color: rgb(72,138,94); }

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