#488865

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

Shades of Como #488865

Tints of Como #488865

Color information

#488865 (or 0x488865) is unknown color: approx Como. HEX triplet: 48, 88 and 65. RGB value is (72,136,101). Sum of RGB (Red+Green+Blue) = 72+136+101=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 136 - color contains mainly: green. Hex color #488865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488865 is #B7779A. Grayscale: #707070. Windows color (decimal): -12023707 or 6654024. OLE color: 6654024.

HSL color Cylindrical-coordinate representation of color #488865: hue angle of 147.19º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488865 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB72136101-
CMYK0.4700.260.47
HSL147.19º30.77%40.78%-
HSV(B)147.19º47.06%53.33%-
XYZ13.8319.9315.43-
YUV112.87121.398.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.30%
GREEN value IS 136 (53.52% from 255) = 44.01%
BLUE value IS 101 (39.84% from 255) = 32.69%
R=23.30%
G=44.01%
B=32.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721361010.4700.260.47147.1930.7740.78
Hex4888652F01A2F931f29
Octal11021014557032572233751
Binary10010001000100011001011011110110101011111001001111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488865; }

 p { color: rgb(72,136,101); }

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

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

 a { background-color: rgb(72,136,101); }

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

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

 span { border-color: rgb(72,136,101); }

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