#488564

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

Shades of Como #488564

Tints of Como #488564

Color information

#488564 (or 0x488564) is unknown color: approx Como. HEX triplet: 48, 85 and 64. RGB value is (72,133,100). Sum of RGB (Red+Green+Blue) = 72+133+100=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #488564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488564 is #B77A9B. Grayscale: #6F6F6F. Windows color (decimal): -12024476 or 6587720. OLE color: 6587720.

HSL color Cylindrical-coordinate representation of color #488564: hue angle of 147.54º 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 #488564 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB72133100-
CMYK0.4600.250.48
HSL147.54º29.76%40.2%-
HSV(B)147.54º45.86%52.16%-
XYZ13.3619.0715.03-
YUV111121.79100.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.61%
GREEN value IS 133 (52.34% from 255) = 43.61%
BLUE value IS 100 (39.45% from 255) = 32.79%
R=23.61%
G=43.61%
B=32.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal721331000.4600.250.48147.5429.7640.2
Hex4885642E01930941e28
Octal11020514456031602243650
Binary10010001000010111001001011100110011100001001010011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488564; }

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

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

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

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

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

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

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

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